aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 944df53..fd88d8e 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -5,6 +5,14 @@
## NOTE: This is preliminary and will change in the future
+# If the user specified a TEST= option on the command line, we do not want to do
+# the default testing type. Instead, we change the default target to be the
+# test:: target.
+#
+ifdef TEST
+test::
+endif
+
include ${LEVEL}/Makefile.common
# Specify ENABLE_STATS on the command line to enable -stats output from gccas