aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.tests
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2007-09-17 14:39:24 +1000
committerJon Loeliger <jdl@freescale.com>2007-09-17 14:18:27 -0500
commitef90baa0c6405fe6d9400d2f091576ac0df87155 (patch)
tree32025a7c5c7f5d69413dcf3ab0e1ce896a65b91d /tests/Makefile.tests
parent874ff219afd310902707bf7d2362af7285ba559e (diff)
downloaddtc-ef90baa0c6405fe6d9400d2f091576ac0df87155.zip
dtc-ef90baa0c6405fe6d9400d2f091576ac0df87155.tar.gz
dtc-ef90baa0c6405fe6d9400d2f091576ac0df87155.tar.bz2
dtc: Cleanup testsuite organization
run_tests.sh from the dtc testsuite currently has a facility ro run just "functional" or just "stress" tests. This distinction is carried over from libhugetlbfs where the test framework originated, and where it made sense. In dtc, we have no stress tests, so running these subsections isn't particularly interesting. This patch removes these test subsets, instead defining a single "libfdt" test subset for testcases related to libfdt (and not dtc proper only. Currently that's all of the testcases, but with any luck we'll have some dtc testcases in the future. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'tests/Makefile.tests')
-rw-r--r--tests/Makefile.tests12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/Makefile.tests b/tests/Makefile.tests
index e865daf..cc034bb 100644
--- a/tests/Makefile.tests
+++ b/tests/Makefile.tests
@@ -49,18 +49,6 @@ check: tests
checkv: tests
cd $(TESTS_PREFIX); ./run_tests.sh -v
-func: tests
- cd $(TESTS_PREFIX); ./run_tests.sh -t func
-
-funcv: tests
- cd $(TESTS_PREFIX); ./run_tests.sh -t func -v
-
-stress: tests
- cd $(TESTS_PREFIX); ./run_tests.sh -t stress
-
-stressv: tests
- cd $(TESTS_PREFIX); ./run_tests.sh -t stress -v
-
ifneq ($(DEPTARGETS),)
-include $(TESTS_DEPFILES)
endif