Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(581)

Unified Diff: src/platform/window_manager/make_tests.sh

Issue 541020: build: Get rid of manually-maintained lists of tests. (Closed)
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/window_manager/SConstruct ('k') | src/scripts/run_tests.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/window_manager/make_tests.sh
diff --git a/src/platform/window_manager/make_tests.sh b/src/platform/window_manager/make_tests.sh
index c02175468ab07365640da88d51413d6a323f6b14..8fe38031f4950caa942cf119da72b93cc1825fa2 100755
--- a/src/platform/window_manager/make_tests.sh
+++ b/src/platform/window_manager/make_tests.sh
@@ -15,10 +15,7 @@ mkdir -p $OUT_DIR
pushd $SCRIPT_DIR
-TESTS="key_bindings_test layout_manager_test no_clutter_test
-shadow_test util_test window_manager_test window_test"
-
-scons $TESTS
-cp $TESTS $OUT_DIR
+scons tests
+cp *_test $OUT_DIR
popd
« no previous file with comments | « src/platform/window_manager/SConstruct ('k') | src/scripts/run_tests.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698