summaryrefslogtreecommitdiff
path: root/tests/tools/autotest.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tools/autotest.mk')
-rw-r--r--tests/tools/autotest.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tools/autotest.mk b/tests/tools/autotest.mk
index c6867892..e0f2bcdc 100644
--- a/tests/tools/autotest.mk
+++ b/tests/tools/autotest.mk
@@ -1,7 +1,7 @@
-EXTRA_FLAGS=
-SEED=
-
+# Don't bother defining default values for SEED and EXTRA_FLAGS.
+# Their "natural" default values should be sufficient,
+# and they may be overridden in the environment.
ifneq ($(strip $(SEED)),)
SEEDOPT=-S$(SEED)
endif