summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7a61e72c6b..3d44723e02 100644
--- a/Makefile
+++ b/Makefile
@@ -106,8 +106,7 @@ android:
test: build/test/Makefile
$(MAKE) -C build/test BUILDTYPE=$(BUILDTYPE) V=$(V) test
-test-%: build/test/Makefile
- $(MAKE) -C build/test BUILDTYPE=$(BUILDTYPE) V=$(V) test
+test-%: test
./scripts/run_tests.sh --gtest_filter=$*
# build Mac OS X project for Xcode