aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2baaee8..9c15d88 100644
--- a/Makefile
+++ b/Makefile
@@ -64,13 +64,13 @@ test: all
cd $(BUILD_DIR)/test; ctest --verbose
pre-push: realclean
- make test CC=gcc
- make test CC=gcc BUILD_TYPE=rel
+ make test WITH_ASAN=1
make realclean
- make test CC=clang
make test CC=clang BUILD_TYPE=rel
+ make test CC=clang
make realclean
- make test WITH_ASAN=1
+ make test CC=gcc BUILD_TYPE=rel
+ make test CC=gcc
realclean:
rm -rf $(BUILD_DIR_BASE)