|
|
@@ -1,12 +1,14 @@
|
|
|
# Variables to be defined:
|
|
|
#
|
|
|
-# TEST_VERBOSE - set to 0 or 1 to control test suite verbosity
|
|
|
+# TEST_VERBOSE - set to 0 (default) or 1 to control test suite verbosity
|
|
|
# TEST_ENV_VARS - environment variables to be set for the test suite
|
|
|
# TEST_COVERAGE - set to the perl module in charge of getting test coverage
|
|
|
# test_tmpdir - test suite temporary directory
|
|
|
# test_cases - list of test case files
|
|
|
# test_data - list of test data files
|
|
|
|
|
|
+TEST_VERBOSE ?= 0
|
|
|
+
|
|
|
check-clean:
|
|
|
rm -fr $(test_tmpdir)
|
|
|
|