Skip to content

Commit

Permalink
i#1793 suite cleanup: expand release-build tests
Browse files Browse the repository at this point in the history
Expands the release external tests to run all the same tests that debug
build runs.  Leaves release internal as a minimal set.

Review-URL: https://codereview.appspot.com/266420043
  • Loading branch information
derekbruening committed Oct 13, 2015
1 parent f54e24a commit 86f1a81
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions suite/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,12 @@ if (CALLPROF AND TEST_SUITE)
set(run_list "ONLY::^common::")
elseif (VMAP)
if (TEST_SUITE)
# if running multiple builds we don't redo all tests for later builds
# we expect internal debug to catch most problems
if (DEBUG AND INTERNAL)
# We don't redo all tests for internal vs external, but we do for debug vs release
if (DEBUG OR NOT INTERNAL)
set(run_list ${vmap_run_list})
else (DEBUG AND INTERNAL)
else ()
set(run_list "ONLY::^client::-code_api")
endif (DEBUG AND INTERNAL)
endif ()
else (TEST_SUITE)
set(run_list ${vmap_run_list})
endif (TEST_SUITE)
Expand Down

0 comments on commit 86f1a81

Please sign in to comment.