aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-01-07 01:15:35 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-01-07 01:15:35 +0000
commit8a85fa705a52a9ed27f42b9f2843a308b338f773 (patch)
tree8b952d60926bc462121787227c68d431d84fd489 /test/test.sh
parentb82d8867986228cade9c10fd68336596d6d588d3 (diff)
add a new suite of file I/O test cases
svn path=/trunk/; revision=16970
Diffstat (limited to 'test/test.sh')
-rw-r--r--test/test.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 8fc09b574a..3cbe4a591e 100644
--- a/test/test.sh
+++ b/test/test.sh
@@ -31,6 +31,7 @@ source test-backend.sh
source config.sh
source suite-clopts.sh
+source suite-io.sh
source suite-capture.sh
@@ -59,7 +60,8 @@ prerequisites_suite() {
test_suite() {
test_suite_add "Prerequisites" prerequisites_suite
- test_suite_add "Basic command line options" clopt_suite
+ test_suite_add "Command line options" clopt_suite
+ test_suite_add "File I/O" io_suite
test_suite_add "Capture" capture_suite
}