Add unit test for Worksheet class

This commit is contained in:
Debao Zhang
2013-10-22 15:02:07 +08:00
parent a5982189c4
commit f6bd08f6ed
7 changed files with 69 additions and 78 deletions
+18
View File
@@ -0,0 +1,18 @@
#-------------------------------------------------
#
# Project created by QtCreator 2013-09-06T10:52:56
#
#-------------------------------------------------
QT += testlib xlsx xlsx-private
CONFIG += testcase
DEFINES += XLSX_TEST
TARGET = tst_worksheet
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += tst_worksheet.cpp
DEFINES += SRCDIR=\\\"$$PWD/\\\"