From: Andrea Zagli Date: Sun, 2 Dec 2012 17:33:43 +0000 (+0100) Subject: Added test db. X-Git-Tag: v0.0.1~12 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=95abce74abe35cc053a4e4a7bb2d8093545e748c;p=zakautho%2Fgui Added test db. --- diff --git a/Makefile.am b/Makefile.am index a91794b..00158e2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src data +SUBDIRS = src data tests distclean-local: if test "$(srcdir)" = "."; then :; else \ diff --git a/configure.ac b/configure.ac index e0acc21..9465154 100644 --- a/configure.ac +++ b/configure.ac @@ -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 index 0000000..1c8ab93 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = db.db diff --git a/tests/db.db b/tests/db.db new file mode 100644 index 0000000..cde3c51 Binary files /dev/null and b/tests/db.db differ