refactor tests

This commit is contained in:
James E McClure
2018-05-25 15:07:34 -04:00
parent 0d528a465c
commit 34ab349cde

View File

@@ -72,8 +72,8 @@ ENDIF()
# Sample test that will run with 1, 2, and 4 processors, failing with 4 or more procs
ADD_LBPM_TEST_1_2_4( hello_world )
ADD_LBPM_TEST_1_2_4( TestColorBubble )
ADD_LBPM_TEST_1_2_4( TestColorSquareTube )
ADD_LBPM_TEST_1_2_4( TestColorBubble ../example/Bubble/input.db)
ADD_LBPM_TEST_1_2_4( TestColorSquareTube ../example/Bubble/input.db)
SET_TESTS_PROPERTIES( hello_world PROPERTIES ENVIRONMENT "MPICH_RDMA_ENABLED_CUDA=0")
IF ( USE_MPI )