aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2018-05-24 07:21:46 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-05-24 07:21:46 +0300
commitce702a1ca5ed9240cd0a70583c4234c34ce81b73 (patch)
treed9e06d1926f57b0d6df9f8d9c127f27ef39f376c /tests
parent81897b94619b6086c1e5be8af09497ca2eeb102a (diff)
downloadgdbm-ce702a1ca5ed9240cd0a70583c4234c34ce81b73.tar.gz
gdbm-ce702a1ca5ed9240cd0a70583c4234c34ce81b73.tar.bz2
Add new test
Diffstat (limited to 'tests')
-rw-r--r--tests/.gitignore2
-rw-r--r--tests/Makefile.am1
-rw-r--r--tests/gdbmtool03.at33
-rw-r--r--tests/testsuite.at1
4 files changed, 37 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore
index 7aef06b..4db3640 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -23,6 +23,8 @@ gtver
num2word
package.m4
testsuite
testsuite.dir
*.log
*.sum
+*.bak
+site.exp
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 409ce0b..0b1ecc6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -72,12 +72,13 @@ TESTSUITE_AT = \
delete00.at\
delete01.at\
delete02.at\
gdbmtool00.at\
gdbmtool01.at\
gdbmtool02.at\
+ gdbmtool03.at\
fetch00.at\
fetch01.at\
setopt00.at\
setopt01.at\
version.at
diff --git a/tests/gdbmtool03.at b/tests/gdbmtool03.at
new file mode 100644
index 0000000..309bb6d
--- /dev/null
+++ b/tests/gdbmtool03.at
@@ -0,0 +1,33 @@
+# This file is part of GDBM. -*- autoconf -*-
+# Copyright (C) 2018 Free Software Foundation, Inc.
+#
+# GDBM is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# GDBM is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
+
+AT_SETUP([Initialization file])
+AT_KEYWORDS([gdbmtool])
+AT_CHECK([
+AT_DATA([.gdbmtoolrc],
+[open t.db
+])
+gdbmtool <<EOT
+status
+EOT
+],
+[0],
+[Database file: t.db
+Database is open
+define key string
+define content string
+])
+AT_CLEANUP
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 176a2d6..7ce3f53 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -87,8 +87,9 @@ m4_include([dump03.at])
m4_include([dump04.at])
AT_BANNER([gdbmtool])
m4_include([gdbmtool00.at])
m4_include([gdbmtool01.at])
m4_include([gdbmtool02.at])
+m4_include([gdbmtool03.at])
# End of testsuite.at

Return to:

Send suggestions and report system problems to the System administrator.