|
|
b57c8bda51
|
build yaml library using custom CMakeLists.txt file
|
2021-10-21 23:39:56 -04:00 |
|
|
|
84c945f7fb
|
Use multi-config compatible way to integrate googletest for unit testing
|
2021-09-11 04:50:04 -04:00 |
|
|
|
a954ddac5a
|
add missing "private"
|
2021-09-09 18:03:17 -04:00 |
|
|
|
4e92c68244
|
allow skipping fix timestep tests when LAMMPS was compiled for static libs
|
2021-09-08 23:41:31 -04:00 |
|
|
|
09b0809d75
|
add template files for testing dipolar pair styles and kspace styles
|
2021-08-21 19:18:21 -04:00 |
|
|
|
58625d800e
|
also make CMake scripts in unittest tree consistent
|
2021-05-25 15:10:18 -04:00 |
|
|
|
ba854ec7c3
|
changes required to cross-compile unit tests for windows
|
2021-05-23 01:46:14 -04:00 |
|
|
|
57a7bd7186
|
adjust for changed CMake variable scope due to moving script code
|
2021-04-26 20:16:55 -04:00 |
|
|
|
3c41c12dbc
|
Add testcase for python/move
|
2021-03-24 18:58:46 -04:00 |
|
|
|
c45658f1c7
|
Merge branch 'master' into improper-tester
|
2021-02-24 17:08:34 -05:00 |
|
|
|
2f3cbfed13
|
add CMake code to download and compile libyaml if not found locally
|
2020-11-10 17:58:26 -05:00 |
|
|
|
051ab1f5c2
|
add test for dihedral style
|
2020-08-14 23:21:30 -04:00 |
|
|
|
194fe17263
|
merge conflicts in cmakelist
|
2020-08-14 22:33:10 -04:00 |
|
|
|
faac18ffd2
|
add tester tool for timestep related fixes: integrators, thermostats, force manipulations, constraints
|
2020-08-08 22:54:17 -04:00 |
|
|
|
a33c0081cd
|
setup a simple improper-harmonic test
|
2020-08-08 15:58:41 -04:00 |
|
|
|
ffb074e812
|
created an empty tester for improper style
|
2020-08-07 22:15:40 -04:00 |
|
|
|
cd31006006
|
add test for pair style python
|
2020-08-06 17:53:11 -04:00 |
|
|
|
896a08883b
|
add a custom python script to check the completeness of tests inputs
|
2020-08-03 00:12:51 -04:00 |
|
|
|
24b5cd7dec
|
rename test programs to be consistent with the other programs in the unittest tree
|
2020-07-12 19:22:14 -04:00 |
|
|
|
2eec6c7f65
|
exclude MSM tests when compiling with single precision
|
2020-07-04 18:26:00 -04:00 |
|
|
|
0461599d0a
|
reduce base precision as required when running tests with pppm and FFT_SINGLE
|
2020-07-04 18:13:55 -04:00 |
|
|
|
ffe8e1c0e9
|
add tests for kspace styles using the pair style tester tool
|
2020-07-04 17:22:27 -04:00 |
|
|
|
ee5be42026
|
avoid having to use external test runner script by parsing environment variables directly
|
2020-06-24 09:32:59 -04:00 |
|
|
|
e934f7bac3
|
try to work around linker issues with older CMake versions and using coverage or sanitizers
|
2020-06-19 00:20:20 -04:00 |
|
|
|
786473a189
|
allow sanitizers also be active for force style test codes
|
2020-06-18 12:39:23 -04:00 |
|
|
|
05319cae66
|
updates for using {fmt} and reordering of include statements exposing hidden includes
|
2020-06-15 16:55:38 -04:00 |
|
|
|
8739067593
|
implement method to pass command line flags to test programs when run through ctest
based on the suggestion at: https://stackoverflow.com/questions/28812533/how-to-pass-command-line-arguments-in-ctest-at-runtime
but customized for the force-style tests
|
2020-06-13 11:19:56 -04:00 |
|
|
|
0e708469b6
|
add unittest for ErrorStats class
|
2020-06-13 02:49:12 -04:00 |
|
|
|
9142d4893d
|
make sure we compile and link against mpi_stubs when BUILD_MPI is disabled
|
2020-05-27 13:35:07 -04:00 |
|
|
|
dff78c19aa
|
add tests for pair styles adp, atm, sw and tersoff and new data/input
|
2020-05-26 18:22:21 -04:00 |
|
|
|
73b537f6c3
|
Make sure include directories are passed to test binaries
|
2020-05-21 15:06:08 -04:00 |
|
|
|
2712a20f91
|
build common unit test sources into a static library and link with it
|
2020-05-20 07:32:32 -04:00 |
|
|
|
c04a71a239
|
add unit test framework for pair, bond, angle styles from progguide branch
|
2020-05-19 22:24:31 -04:00 |
|