aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-05 11:31:37 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-05 11:31:37 +0000
commit92a4099a3c02a200c4ee8d776808fa9dc0f9978c (patch)
treeba57801402d90ffbdb1e21e6ec3b7ed84c4bd642 /tests
parent999b2b28f4245e7717bff024cefe87905644cfb1 (diff)
downloadgdbm-92a4099a3c02a200c4ee8d776808fa9dc0f9978c.tar.gz
gdbm-92a4099a3c02a200c4ee8d776808fa9dc0f9978c.tar.bz2
(AT_COMPAT_PREREQ): New macro.
Add compat test cases.
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuite.at13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 99c53dd..0fee45e 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -23,6 +23,10 @@ m4_define([AT_SORT_PREREQ],[
test -z "`sort < /dev/null 2>&1`" || AT_SKIP_TEST
])
+m4_define([AT_COMPAT_PREREQ],[
+test $COMPAT -eq 1 || AT_SKIP_TEST
+])
+
dnl # Begin tests
AT_INIT
@@ -37,4 +41,13 @@ m4_include([delete00.at])
m4_include([delete01.at])
m4_include([delete02.at])
+m4_include([dbmcreate00.at])
+
+m4_include([dbmfetch00.at])
+m4_include([dbmfetch01.at])
+
+m4_include([dbmdel00.at])
+m4_include([dbmdel01.at])
+m4_include([dbmdel02.at])
+
# End of testsuite.at

Return to:

Send suggestions and report system problems to the System administrator.