summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/equery/tests/run-all-tests.sh')
-rwxr-xr-xtrunk/src/equery/tests/run-all-tests.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/trunk/src/equery/tests/run-all-tests.sh b/trunk/src/equery/tests/run-all-tests.sh
deleted file mode 100755
index 4fe2dfe..0000000
--- a/trunk/src/equery/tests/run-all-tests.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/bash
-#
-# Copyright (c) 2004, Karl Trygve Kalleberg <karltk@gentoo.org>
-# Copyright (c) 2004, Gentoo Foundation
-#
-# Licensed under the GNU General Public License, v2
-
-. common-functions.sh
-
-for x in belongs check depends depgraph files help list size uses which ; do
- ./test-${x}.sh
-done