lammps/unittest
Axel Kohlmeyer 72fab8d5f5
must depend on libflammps so that there is no race condition
2022-09-18 16:35:28 -04:00
..
c-library apply clang-format 2022-09-10 03:21:28 -04:00
commands properly initialize Atom class member and avoid side effects during write data 2022-09-11 22:11:22 -04:00
cplusplus avoid global namespace import in header, more consistency 2022-08-28 17:22:26 -04:00
force-styles apply clang-format 2022-09-10 03:21:28 -04:00
formats improve error messages 2022-09-11 22:10:50 -04:00
fortran must depend on libflammps so that there is no race condition 2022-09-18 16:35:28 -04:00
python load/test pizza.py dump class only if NumPy is found 2022-09-01 21:00:55 -04:00
testing avoid global namespace import in header, more consistency 2022-08-28 17:22:26 -04:00
tools make lammps-shell test compatible with MULTI-CONFIG CMake builders 2022-05-17 18:26:27 -04:00
utils apply clang-format 2022-09-10 03:21:28 -04:00
.clang-format enable aligning consecutive assignments 2020-06-13 02:05:13 -04:00
CMakeLists.txt update googletest to version 1.12.1 2022-06-30 15:58:40 -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