aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-02 11:24:43 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-02 11:24:43 +0000
commitbff7fc4877862a091e3958e2189dfb2de5da9a56 (patch)
treee5c13fa966de7581f960d4048df876cc0045cf11
parentc17f57c42898b887949c61d9b384fa5a6aa2518a (diff)
downloadgdbm-bff7fc4877862a091e3958e2189dfb2de5da9a56.tar.gz
gdbm-bff7fc4877862a091e3958e2189dfb2de5da9a56.tar.bz2
Update
-rw-r--r--ChangeLog23
-rw-r--r--tests/.cvsignore12
2 files changed, 35 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 825e18a..3349bb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2011-08-02 Sergey Poznyakoff <gray@mirddin.farlep.net>
+
+ * Makefile.am (SUBDIRS): Add tests.
+ * configure.ac: Initialize testsuite.
+ * src/testgdbm.c: Minor fixes.
+ * tests/Makefile.am: New file.
+ * tests/atlocal.in: New file.
+ * tests/create00.at: New file.
+ * tests/fetch00.at: New file.
+ * tests/fetch01.at: New file.
+ * tests/gtdump.c: New file.
+ * tests/gtfetch.c: New file.
+ * tests/gtload.c: New file.
+ * tests/num2word.c: New file.
+ * tests/testsuite.at: New file.
+ * tests/version.at: New file.
+
+ * .cvsignore: Update.
+ * compat/.cvsignore: Update.
+ * doc/.cvsignore: Update.
+ * export/.cvsignore: Update.
+ * src/.cvsignore: Update.
+
2011-08-01 Sergey Poznyakoff <gray@gnu.org.ua>
* compat/dbminit.c: Remove useless include.
diff --git a/tests/.cvsignore b/tests/.cvsignore
new file mode 100644
index 0000000..5bb68a8
--- /dev/null
+++ b/tests/.cvsignore
@@ -0,0 +1,12 @@
+.deps
+.gdbinit
+.libs
+Makefile
+Makefile.in
+atconfig
+atlocal
+gtdump
+gtfetch
+gtload
+package.m4
+testsuite

Return to:

Send suggestions and report system problems to the System administrator.