From 25d862d7b47d786e30b484eae9e1f8cd41dc4640 Mon Sep 17 00:00:00 2001 From: Trung Nguyen Date: Mon, 13 Nov 2023 15:17:22 -0600 Subject: [PATCH] Added README.md --- tools/regression-tests/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/regression-tests/README.md diff --git a/tools/regression-tests/README.md b/tools/regression-tests/README.md new file mode 100644 index 0000000000..4eef685940 --- /dev/null +++ b/tools/regression-tests/README.md @@ -0,0 +1,10 @@ +This is a work in progress for enabling regression tests using in-place example scripts. + +Usage: (to be changed) +``` + python3 --lmp-bin=../../build/lmp --config-file=config.yaml +``` + +will iterative through the input scripts `in.*` in the working folder +using the given LAMMPS binary and the configuration defined in `config.yaml`. +