lammps/unittest
Axel Kohlmeyer 08acd321f1
add more dedicated tests for format style variables
2022-09-30 09:58:05 -04:00
..
c-library add c/python unit tests for lammps_error() 2022-09-23 18:59:29 -04:00
commands add more dedicated tests for format style variables 2022-09-30 09:58:05 -04:00
cplusplus avoid global namespace import in header, more consistency 2022-08-28 17:22:26 -04:00
force-styles try to suppress creating __pycache__ folders in the python source dirs 2022-09-24 22:27:22 -04:00
formats improve error messages 2022-09-11 22:10:50 -04:00
fortran consolidate fortran test keeper modules into a single module 2022-09-29 09:47:40 -04:00
python Merge pull request #3458 from Boogie3D/mliappy_unified 2022-09-26 20:33:17 -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