From 7152d149798e03a759f0040b3ee1e3abc6a62bd0 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Wed, 9 Sep 2009 12:21:53 +0200 Subject: [PATCH] Add new exclude-dir-test --- regress/DartTestfile.txt.in | 1 + regress/all-dev-tests | 1 + regress/all-disk-tests | 1 + 3 files changed, 3 insertions(+) diff --git a/regress/DartTestfile.txt.in b/regress/DartTestfile.txt.in index b90b37351e..3a240b1a17 100644 --- a/regress/DartTestfile.txt.in +++ b/regress/DartTestfile.txt.in @@ -22,6 +22,7 @@ ADD_TEST(disk:data-encrypt-test "@regressdir@/tests/data-encrypt-test") ADD_TEST(disk:differential-test "@regressdir@/tests/differential-test") ADD_TEST(disk:encrypt-bug-test "@regressdir@/tests/encrypt-bug-test") ADD_TEST(disk:estimate-test "@regressdir@/tests/estimate-test") +ADD_TEST(disk:exclude-dir-test "@regressdir@/tests/exclude-dir-test") ADD_TEST(disk:fast-two-pool-test "@regressdir@/tests/fast-two-pool-test") ADD_TEST(disk:fifo-test "@regressdir@/tests/fifo-test") ADD_TEST(disk:fileregexp-test "@regressdir@/tests/fileregexp-test") diff --git a/regress/all-dev-tests b/regress/all-dev-tests index 8026a83719..c4efddbb2f 100755 --- a/regress/all-dev-tests +++ b/regress/all-dev-tests @@ -17,6 +17,7 @@ nice tests/concurrent-jobs-test nice tests/copy-job-test nice tests/encrypt-bug-test nice tests/estimate-test +nice tests/exclude-dir-test nice tests/fifo-test nice tests/fileregexp-test nice tests/backup-to-null diff --git a/regress/all-disk-tests b/regress/all-disk-tests index 49317a5927..416ea6176b 100755 --- a/regress/all-disk-tests +++ b/regress/all-disk-tests @@ -25,6 +25,7 @@ nice tests/copy-volume-test nice tests/data-encrypt-test nice tests/encrypt-bug-test nice tests/estimate-test +nice tests/exclude-dir-test nice tests/fifo-test nice tests/fileregexp-test nice tests/backup-to-null -- 2.39.5