lammps/unittest
Axel Kohlmeyer 66e885b6e5
Merge branch 'master' into collected-small-changes
# Conflicts:
#	src/USER-YAFF/pair_lj_switch3_coulgauss_long.cpp
#	src/USER-YAFF/pair_mm3_switch3_coulgauss_long.cpp
2021-04-02 17:57:54 -04:00
..
c-library simplify and apply clang-format 2021-03-24 11:24:55 -04:00
commands Merge branch 'master' into collected-small-changes 2021-04-02 17:57:54 -04:00
cplusplus reformat unittest sources with clang-format 2020-11-25 16:51:41 -05:00
force-styles reformat pair_coeff section that got misformatted as string 2021-04-02 15:28:09 -04:00
formats Merge branch 'master' into collected-small-changes 2021-04-02 17:57:54 -04:00
fortran work around PGI compiler issues 2020-12-15 14:32:18 -05:00
python Add missing verbose after merge 2021-03-25 21:01:32 -04:00
testing fix crash when requesting verbose output. 2021-04-02 12:07:59 -04:00
tools increase timeout, properly handle timeouts, and fix symbol lookup in exception handling 2020-10-27 17:16:47 -04:00
utils Merge branch 'master' into more-unittests 2021-04-01 11:11:18 -04:00
.clang-format enable aligning consecutive assignments 2020-06-13 02:05:13 -04:00
CMakeLists.txt compatibility with older CMake versions 2021-03-25 17:14:57 -04:00
README.md overview description for the unit test folders 2020-10-13 22:00:10 -04:00

README.md

Unit test collection

This part of the LAMMPS distribution contains scripts and inputs to run unit tests for different parts of the package. The tests are organized into folders based on which part of the distribution they are testing.

  • c-library: tests of the C-library interface
  • commands: tests for simple LAMMPS input commands
  • cplusplus: tests for using the LAMMPS library from C++
  • force-styles: tests for styles that compute or modify forces i.e pair, bond, angle, kspace styles and some fixes.
  • formats: tests related to file formats: atom styles, dump styles tokenizers potential file readers, dump styles
  • fortran: tests for the LAMMPS Fortran 03 module
  • python: tests for the LAMMPS Python module and python command
  • testing: convenience and support functions for test tools
  • tools: tests for tools form the tools folder
  • utils: tests for utility functions, e.g. from the utils namespace