From 355db3bf04e46fa62eb73079c9461493c25759f3 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 8 May 2016 23:37:07 -0700 Subject: 2946 Reorganize build system to minimize duplication while handling 3 scenarios: 1. Locally running tests with `mu test` 2. Locally running tests until some layer with `build_and_test_until` 3. Running on Linux with `test_layers` 4. Running on Travis CI with multiple sharded calls to `test_layers` One thing we drop at this point is support for OSX in test_layers. We don't need it now that we have Travis CI working. --- makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index d4257826..cc0fd84c 100644 --- a/makefile +++ b/makefile @@ -49,9 +49,6 @@ test_list: mu.cc test: autogenerated_lists mu_bin core.mu ./mu_bin test -valgrind: autogenerated_lists mu_bin core.mu - valgrind --leak-check=yes --num-callers=40 -q --error-exitcode=1 ./mu_bin test - clena: clean clean: cd enumerate && make clean -- cgit 1.4.1-2-gfad0