Skip to content

Commit

Permalink
disabled meta tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hollman committed May 14, 2018
1 parent 3276f23 commit 1a1877e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include (../../cmake-modules/SetDarmaCompilerFlags.cmake)
set_darma_compiler_flags()

if (DARMA_FE_ENABLE_TESTS)
add_subdirectory(meta)
#add_subdirectory(meta)
add_subdirectory(frontend_validation)
endif()

Expand Down
3 changes: 3 additions & 0 deletions src/tests/frontend_validation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ function(add_unit_test test_name)
set_tests_properties(${test_name} PROPERTIES TIMEOUT 30
FAIL_REGULAR_EXPRESSION "FAILED;timeout"
PASS_REGULAR_EXPRESSION "PASSED")
if (DARMA_COVERAGE)
setup_target_for_coverage(frontend_coverage ${test_name} coverage)
endif()
endfunction()

add_unit_test(test_read_access)
Expand Down

0 comments on commit 1a1877e

Please sign in to comment.