|
|
205b45423c
|
combine repetitive code into convenience function
|
2021-03-01 20:07:19 -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 |
|
|
|
e23774ed56
|
include "pointers.h" to avoid include file name conflicts when compiling with USER-VTK enabled
|
2020-10-13 15:26:38 -04:00 |
|
|
|
4708cd7e1f
|
always call MPI_Finalize() before exiting tester program
|
2020-08-09 15:17:53 -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 |
|
|
|
6824b69ae9
|
add missing include
|
2020-06-24 09:38:55 -04:00 |
|
|
|
ee5be42026
|
avoid having to use external test runner script by parsing environment variables directly
|
2020-06-24 09:32:59 -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 |
|
|
|
093c285475
|
use GMock initializer instead of GTest
|
2020-06-16 06:37:35 -04:00 |
|
|
|
3db944decc
|
apply clang-format settings to the c++ sources in the unittest tree
|
2020-06-13 01:54:58 -04:00 |
|
|
|
8bc2c4748c
|
add option to test main program to override the value of the INPUT_FOLDER variable
|
2020-05-20 15:23:32 -04:00 |
|
|
|
917b7dd4fa
|
move definition of the INPUT_FOLDER variable from header to implementation file
|
2020-05-20 15:22:43 -04:00 |
|
|
|
2536076ce9
|
cosmetic changes for consistent source formatting
|
2020-05-20 07:40:37 -04:00 |
|
|
|
46e0c8b6b7
|
Remove duplicated read_yaml_file function
|
2020-05-20 01:32:50 -04:00 |
|
|
|
c04a71a239
|
add unit test framework for pair, bond, angle styles from progguide branch
|
2020-05-19 22:24:31 -04:00 |
|