lammps/unittest
Axel Kohlmeyer ff7f2e78a1
Merge branch 'master' into fix-external-python-support
2021-07-22 23:09:54 -04:00
..
c-library update unit tests 2021-07-21 00:47:10 -04:00
commands Merge branch 'master' into refactor-reaxff-parser 2021-07-12 14:25:47 -04:00
cplusplus bulk rename of remaining USER- packages 2021-06-29 20:12:59 -04:00
force-styles update style names 2021-07-21 22:00:43 -04:00
formats initialize "me" before using it. 2021-07-11 13:55:00 -04:00
fortran skip testing the fortran module if CMake cannot identify the fortran compiler 2021-06-21 17:25:29 -04:00
python implement setting per-atom virial from numpy array (thanks to stackoverflow) 2021-07-22 22:50:05 -04:00
testing update URLs in some more files 2021-05-24 16:19:37 -04:00
tools increase timeout, properly handle timeouts, and fix symbol lookup in exception handling 2020-10-27 17:16:47 -04:00
utils update URLs in some more files 2021-05-24 16:19:37 -04:00
.clang-format enable aligning consecutive assignments 2020-06-13 02:05:13 -04:00
CMakeLists.txt collect the full help message 2021-04-25 22:27:36 -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