forked from lijiext/lammps
Add ENVIRONMENT to RunLammps test
This commit is contained in:
parent
a4e2255c87
commit
7696d0f84c
|
@ -7,6 +7,7 @@ add_test(NAME RunLammps
|
|||
COMMAND $<TARGET_FILE:lmp> -log none -echo none -in in.empty
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
|
||||
set_tests_properties(RunLammps PROPERTIES
|
||||
ENVIRONMENT "TSAN_OPTIONS='ignore_noninstrumented_modules=1'"
|
||||
PASS_REGULAR_EXPRESSION "^LAMMPS \\([0-9]+ [A-Za-z]+ 2[0-9][0-9][0-9]\\)")
|
||||
|
||||
if(BUILD_MPI)
|
||||
|
|
Loading…
Reference in New Issue