mark as maintenance branch version

This commit is contained in:
Axel Kohlmeyer
2023-03-31 09:52:58 -04:00
parent fb3bd20dff
commit 047df9aa9e
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#define LAMMPS_VERSION "23 Jun 2022"
#define LAMMPS_UPDATE "Update 3"
#define LAMMPS_UPDATE "Update 3 - Maintenance"

View File

@ -46,7 +46,7 @@ add_test(NAME RunLammps
COMMAND $<TARGET_FILE:lmp> -log none -echo none -in in.empty)
set_tests_properties(RunLammps PROPERTIES
ENVIRONMENT "TSAN_OPTIONS=ignore_noninstrumented_modules=1;HWLOC_HIDE_ERRORS=2"
PASS_REGULAR_EXPRESSION "LAMMPS \\([0-9]+ [A-Za-z]+ 2[0-9][0-9][0-9]( - Update [0-9]+)?\\)")
PASS_REGULAR_EXPRESSION "LAMMPS \\([0-9]+ [A-Za-z]+ 2[0-9][0-9][0-9]( - Update [0-9]+)?( - Development)?( - Maintenance)?\\)")
# check if the compiled executable will print the help message
add_test(NAME HelpMessage