|
|
5f4a80d41f
|
remove obsolete unittest code specific to handling the case of lammps exceptions disabled
|
2023-04-16 12:34:47 -04:00 |
|
|
|
4adf3708d4
|
add strip_style_suffix utility function
|
2022-11-24 11:50:21 -05:00 |
|
|
|
3c4b0a0c04
|
expand homepage checker tool to check a few more folders and apply updates
|
2022-10-24 10:58:39 -04:00 |
|
|
|
ab899861d5
|
apply clang-format
|
2022-09-10 03:21:28 -04:00 |
|
|
|
bb6ea422b7
|
avoid global namespace import in header, more consistency
|
2022-08-28 17:22:26 -04:00 |
|
|
|
634496b509
|
consistent naming and style
|
2022-08-28 17:06:38 -04:00 |
|
|
|
414b0b1475
|
update unit tests
|
2022-08-18 10:52:25 -04:00 |
|
|
|
2aa1c6975f
|
fix typo
|
2022-05-04 19:09:19 -04:00 |
|
|
|
e897ab7611
|
improve error messages
|
2022-05-04 16:25:12 -04:00 |
|
|
|
ba3aa8fab5
|
remove NULL option for reset_timestep
|
2022-05-04 16:21:06 -04:00 |
|
|
|
f8742d599b
|
merge set_time command into reset_timestep
|
2022-05-04 13:24:52 -04:00 |
|
|
|
0bedff1ce0
|
implement set_time command
|
2022-05-03 13:15:52 -04:00 |
|
|
|
7ee7d0c570
|
apply clang-format
|
2022-01-30 17:18:40 -05:00 |
|
|
|
6c98915a9c
|
port to windows
|
2022-01-29 20:52:37 -05:00 |
|
|
|
845ab2dd71
|
On Windows the Regex matcher for '.' does not match '\n'
Thus we have to use ContainsRegex instead of MatchesRegex
|
2022-01-29 16:35:30 -05:00 |
|
|
|
7f0b2334a5
|
update plugin loader test
|
2021-11-03 11:52:32 -04:00 |
|
|
|
37bfe3d0ce
|
integrate platform sub-namespace into source code and documentation
this updates function calls to functions that have been moved from
the utils namepsace or the Info class to platform::
|
2021-10-02 16:55:11 -04:00 |
|
|
|
422cab8878
|
update suffix command unit tests
|
2021-09-23 07:30:50 -04:00 |
|
|
|
41a3eccd1c
|
apply utils::logical() to more commands
|
2021-09-21 07:48:50 -04:00 |
|
|
|
6bc8da05b9
|
reformat unittest tree with clang-format
|
2021-08-23 17:06:30 -04:00 |
|
|
|
2e6a0112d3
|
update URLs in some more files
|
2021-05-24 16:19:37 -04:00 |
|
|
|
ba5f531619
|
add some basic tests for the "processors" command
|
2021-04-25 00:44:51 -04:00 |
|
|
|
c16e4f241f
|
replace "leaky" call to putenv() with setenv() on non-windows platforms
|
2021-04-09 20:37:01 -04:00 |
|
|
|
a69c5a5cae
|
fix bugs in shell putenv and getenv style variables. add more unit tests.
|
2021-04-09 20:19:04 -04:00 |
|
|
|
d1b6aaa3f3
|
plugins also have a .so suffix on MacOS (unlike shared libs)
|
2021-04-04 20:57:29 -04:00 |
|
|
|
b976c2d13c
|
Merge pull request #2679 from akohlmey/more-unittests
Expand unit tests
|
2021-04-02 17:51:29 -04:00 |
|
|
|
1752bd0276
|
Refactoring of some test files
|
2021-03-26 12:23:58 -04:00 |
|
|
|
487c55edf0
|
simplify and apply clang-format
|
2021-03-24 11:24:55 -04:00 |
|
|
|
125ae33ccf
|
convert plugin functionality into a package
|
2021-03-16 23:00:16 -04:00 |
|
|
|
31009b0517
|
Merge branch 'master' into plugin-loader
|
2021-03-16 19:46:21 -04:00 |
|
|
|
b2085f56d6
|
install compiled plugins into the current working directory of the tester
|
2021-03-12 18:35:39 -05:00 |
|
|
|
93bbaef547
|
add unit tests for plugin command
|
2021-03-12 17:28:22 -05:00 |
|
|
|
98013a1528
|
add draft version of unit test (will have to be improved for MacOS)
|
2021-03-12 15:32:50 -05:00 |
|
|
|
8325740663
|
add test for partition command
|
2021-03-11 06:46:53 -05:00 |
|
|
|
69245cb294
|
add unit tests for citeme class crc32 checks of unique citations
|
2021-02-25 15:52:38 -05:00 |
|
|
|
2a8cc331e7
|
add test for "newton" command to match the c-library interface tests
|
2020-11-25 16:51:42 -05:00 |
|
|
|
569a000e6b
|
reformat unittest sources with clang-format
|
2020-11-25 16:51:41 -05:00 |
|
|
|
adf74b3a22
|
use https://lammps.sandia.gov based URLs consistently
|
2020-10-21 16:45:30 -04:00 |
|
|
|
26ad664079
|
Avoid string duplication and remove memory leak
|
2020-09-25 13:44:28 -04:00 |
|
|
|
262ce37eed
|
silence compiler warning
|
2020-07-19 07:19:44 -04:00 |
|
|
|
e0200cf3d7
|
consistently skip death tests at runtime when using OpenMPI without exceptions
|
2020-07-18 13:02:38 -04:00 |
|
|
|
8eb7791342
|
avoid googletest stalling on exit tests when using OpenMPI
|
2020-07-11 13:15:16 -04:00 |
|
|
|
9ec72d1406
|
add tests for unknown commands, quit, and reset_timestep
|
2020-07-06 10:26:04 -04:00 |
|
|
|
461633e6f6
|
add unit tests for the suffix, thermo, and timestep commands
|
2020-07-06 00:11:13 -04:00 |
|
|
|
e2a07acb71
|
add test for units command
|
2020-07-05 13:20:23 -04:00 |
|
|
|
ca24cd5006
|
simplify tests for failures with a varyadic macro
|
2020-07-05 12:48:52 -04:00 |
|
|
|
2af8d7a751
|
add argument passing via TEST_ARGS environment variable to all tests with an explicit main function
|
2020-06-24 10:17:23 -04:00 |
|
|
|
e88bb9dd59
|
call MPI_Finalize() so we don't have spurious memory leaks from MPI reported by valgrind
|
2020-06-17 01:42:17 -04:00 |
|
|
|
73a7fb53ff
|
add infrastructure and first example for testing standalone LAMMPS input commands
|
2020-06-16 12:52:35 -04:00 |
|