Browse Source

adding test parameter

Roberto Parolin 6 years ago
parent
commit
0cf7dd0a7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/CMakeLists.txt

+ 1 - 1
test/CMakeLists.txt

@@ -54,6 +54,6 @@ target_link_libraries(EAMainTest EAThread)
 #-------------------------------------------------------------------------------------------
 #-------------------------------------------------------------------------------------------
 # Run Unit tests and verify the results.
 # Run Unit tests and verify the results.
 #-------------------------------------------------------------------------------------------
 #-------------------------------------------------------------------------------------------
-add_test(EAMainTestRuns EAMainTest)
+add_test(EAMainTestRuns EAMainTest -testargpassing)
 set_tests_properties (EAMainTestRuns PROPERTIES PASS_REGULAR_EXPRESSION "RETURNCODE=0")
 set_tests_properties (EAMainTestRuns PROPERTIES PASS_REGULAR_EXPRESSION "RETURNCODE=0")