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/makefile | |
parent | 75f8ef2dcddea1260a31491c97a26d30a18fce6c (diff) |
Add qt/basic and qt/date-time MySQL tests
Diffstat (limited to 'qt/mysql/makefile')
-rw-r--r-- | qt/mysql/makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qt/mysql/makefile b/qt/mysql/makefile index 5c7fffc..c87e1ea 100644 --- a/qt/mysql/makefile +++ b/qt/mysql/makefile @@ -5,8 +5,9 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make -tests := \ -core \ +tests := \ +basic \ +date-time \ template default := $(out_base)/ |