]> saetta.ns0.it Git - zakautho/gui/commitdiff
Added test db.
authorAndrea Zagli <azagli@libero.it>
Sun, 2 Dec 2012 17:33:43 +0000 (18:33 +0100)
committerAndrea Zagli <azagli@libero.it>
Sun, 2 Dec 2012 17:33:43 +0000 (18:33 +0100)
Makefile.am
configure.ac
tests/Makefile.am [new file with mode: 0644]
tests/db.db [new file with mode: 0644]

index a91794bc992cc1f793f8b413f1a22112ba09d09c..00158e2db4200522dfac0b71f3777cd3407917a5 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = src data
+SUBDIRS = src data tests
 
 distclean-local:
        if test "$(srcdir)" = "."; then :; else \
index e0acc215f1465e743b7278a10830c7b5f5565bdf..946515415ab772e79a623cb42aece27f1813034d 100644 (file)
@@ -35,5 +35,6 @@ AC_CONFIG_FILES([
        data/Makefile
        data/autoz-gui/Makefile
        data/autoz-gui/gui/Makefile
+       tests/Makefile
 ])
 AC_OUTPUT
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644 (file)
index 0000000..1c8ab93
--- /dev/null
@@ -0,0 +1 @@
+EXTRA_DIST = db.db
diff --git a/tests/db.db b/tests/db.db
new file mode 100644 (file)
index 0000000..cde3c51
Binary files /dev/null and b/tests/db.db differ