diff options
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)/ |