From 30e11d55b526632f93fb60ff944c771f452ab5b4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 8 Sep 2011 19:07:47 +1000 Subject: build: Add duplicate symbol checking as part of make test This ensures we do not get duplicate symbols again, when run as ./configure.developer on non-build farm machines. Andrew Bartlett Autobuild-User: Andrew Bartlett Autobuild-Date: Thu Sep 8 13:37:40 CEST 2011 on sn-devel-104 --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b40c73d957..05520523321 100644 --- a/Makefile +++ b/Makefile @@ -13,20 +13,20 @@ uninstall: $(WAF) uninstall test: - $(WAF) test $(TEST_OPTIONS) + $(WAF) test --dup-symbol-check $(TEST_OPTIONS) help: @echo NOTE: to run extended waf options use $(WAF_BINARY) or modify your PATH $(WAF) --help subunit-test: - $(WAF) test --filtered-subunit $(TEST_OPTIONS) + $(WAF) test --dup-symbol-check --filtered-subunit $(TEST_OPTIONS) testenv: - $(WAF) test --testenv $(TEST_OPTIONS) + $(WAF) test --dup-symbol-check --testenv $(TEST_OPTIONS) quicktest: - $(WAF) test --quick $(TEST_OPTIONS) + $(WAF) test --dup-symbol-check --quick $(TEST_OPTIONS) dist: touch .tmplock -- cgit v1.2.1