diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-04-07 12:54:04 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-04-22 18:52:23 +0200 |
commit | 26f3245189b3f5d4a96587953ac1d33f45465f1d (patch) | |
tree | 3e5d0d7c6bad9213df99682ac415efaea8a55603 /qt/mysql/template/Makefile.am | |
parent | 75f8ef2dcddea1260a31491c97a26d30a18fce6c (diff) |
Add qt/basic and qt/date-time MySQL tests
Diffstat (limited to 'qt/mysql/template/Makefile.am')
-rw-r--r-- | qt/mysql/template/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt/mysql/template/Makefile.am b/qt/mysql/template/Makefile.am index 1948cb1..1239fa7 100644 --- a/qt/mysql/template/Makefile.am +++ b/qt/mysql/template/Makefile.am @@ -9,6 +9,7 @@ noinst_PROGRAMS = driver driver_SOURCES = driver.cxx __path__(extra_sources) __path__(extra_headers) LDADD = $(top_builddir)/libcommon/common/libcommon.la AM_CPPFLAGS = -I'$(top_builddir)/libcommon' -I'$(top_srcdir)/libcommon' +AM_CPPFLAGS += -I'$(builddir)' -I'$(srcdir)' TESTS=$(top_builddir)/tester TESTS_ENVIRONMENT=top_builddir=$(top_builddir); export top_builddir; |