Add user test
This commit is contained in:
parent
f41052337c
commit
02869cdf6e
3 changed files with 89 additions and 1 deletions
14
iFacilityTests/iFacilityTests.pro
Normal file
14
iFacilityTests/iFacilityTests.pro
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
QT += testlib
|
||||
QT -= gui
|
||||
|
||||
CONFIG += qt console warn_on depend_includepath testcase
|
||||
CONFIG -= app_bundle
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
SOURCES += tst_ifacilitytest.cpp \
|
||||
..\iFacility\objects\profession.cpp \
|
||||
..\iFacility\objects\user.cpp
|
||||
|
||||
HEADERS += ..\iFacility\objects\profession.h \
|
||||
..\iFacility\objects\user.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue