Skip to content

Commit

Permalink
Merge pull request #341 from HDFGroup/chogan/rm_gotcha_test
Browse files Browse the repository at this point in the history
Remove gotcha test from install targets
  • Loading branch information
ChristopherHogan committed Feb 4, 2022
2 parents fdab0b5 + ee2806d commit 9f87954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ add_custom_target(ares
if(HERMES_INSTALL_TESTS)
set(TEST_EXECS dpe_optimization_test dpe_random_test
dpe_roundrobin_test end_to_end_test
bucket_test stdio_test bp bp_test config_parser_test stb_map mdm trait)
bucket_test bp bp_test config_parser_test stb_map mdm trait)
foreach(program ${TEST_EXECS})
install(
TARGETS
Expand Down

0 comments on commit 9f87954

Please sign in to comment.