From 027adf88eaf8c3a7375da7c0f9c0397db46668e6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 7 Apr 2010 00:32:24 +0200 Subject: Support 'make test TESTS=foo' again. --- buildtools/scripts/Makefile.waf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildtools/scripts') diff --git a/buildtools/scripts/Makefile.waf b/buildtools/scripts/Makefile.waf index e17ae217df..4fb9fd2dfe 100644 --- a/buildtools/scripts/Makefile.waf +++ b/buildtools/scripts/Makefile.waf @@ -17,10 +17,10 @@ uninstall: $(WAF) uninstall test: - $(WAF) test + $(WAF) test $(if $(TESTS),--tests="$(TESTS)") quicktest: - $(WAF) test --quick + $(WAF) test --quick $(if $(TESTS),--tests="$(TESTS)") clean: $(WAF) clean -- cgit