lammps/unittest
Axel Kohlmeyer 95f713bd38
skip testing the fortran module if CMake cannot identify the fortran compiler
this avoids compilation failure with the new llvm based flang (aka f18)
2021-06-21 17:25:29 -04:00
..
c-library update URLs in some more files 2021-05-24 16:19:37 -04:00
commands also make CMake scripts in unittest tree consistent 2021-05-25 15:10:18 -04:00
cplusplus changes required to cross-compile unit tests for windows 2021-05-23 01:46:14 -04:00
force-styles Merge pull request #2803 from akohlmey/collected-small-changes 2021-06-21 12:59:16 -04:00
formats must not test for bonded interactions without MOLECULE package 2021-06-06 18:37:14 -04:00
fortran skip testing the fortran module if CMake cannot identify the fortran compiler 2021-06-21 17:25:29 -04:00
python update URLs in some more files 2021-05-24 16:19:37 -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