Skip to content

Files

Latest commit

f10d1a3 · Jan 21, 2025

History

History
This branch is 1179 commits behind lammps/lammps:develop.

unittest

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 12, 2025
Jan 11, 2025
Jan 19, 2025
Jan 21, 2025
Oct 3, 2024
Aug 31, 2024
Jan 13, 2025
Aug 1, 2024
Jan 18, 2025
Jun 13, 2020
Aug 1, 2024
Oct 14, 2020

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