1Unit test collection
2====================
3
4This part of the LAMMPS distribution contains scripts and inputs to run
5unit tests for different parts of the package. The tests are organized
6into folders based on which part of the distribution they are testing.
7
8
9* c-library:     tests of the C-library interface
10* commands:      tests for simple LAMMPS input commands
11* cplusplus:     tests for using the LAMMPS library from C++
12* force-styles:  tests for styles that compute or modify forces
13                 i.e pair, bond, angle, kspace styles and some fixes.
14* formats:       tests related to file formats: atom styles, dump styles
15                 tokenizers potential file readers, dump styles
16* fortran:       tests for the LAMMPS Fortran 03 module
17* python:        tests for the LAMMPS Python module and python command
18* testing:       convenience and support functions for test tools
19* tools:         tests for tools form the tools folder
20* utils:         tests for utility functions, e.g. from the utils namespace
21