lammps/unittest
Axel Kohlmeyer c7a10050c2
Merge pull request #2439 from akohlmey/collected-small-changes
Collected small changes for the next release
2020-10-22 17:23:49 -04:00
..
c-library use https://lammps.sandia.gov based URLs consistently 2020-10-21 16:45:30 -04:00
commands use https://lammps.sandia.gov based URLs consistently 2020-10-21 16:45:30 -04:00
cplusplus apply consistent naming scheme for tester source files and executables 2020-09-01 20:16:39 -04:00
force-styles use https://lammps.sandia.gov based URLs consistently 2020-10-21 16:45:30 -04:00
formats use https://lammps.sandia.gov based URLs consistently 2020-10-21 16:45:30 -04:00
fortran apply consistent naming scheme for tester source files and executables 2020-09-01 20:16:39 -04:00
python use https://lammps.sandia.gov based URLs consistently 2020-10-21 16:45:30 -04:00
testing Start tests for compressed dump styles 2020-08-26 16:04:19 -04:00
tools avoid bell 2020-10-21 22:23:45 -04:00
utils use https://lammps.sandia.gov based URLs consistently 2020-10-21 16:45:30 -04:00
.clang-format enable aligning consecutive assignments 2020-06-13 02:05:13 -04:00
CMakeLists.txt implement a test prototype for the LAMMPS shell 2020-10-13 20:36:24 -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