Add user test

This commit is contained in:
E. Kozlovskaya 2021-01-03 23:07:12 +07:00
parent f41052337c
commit 02869cdf6e
3 changed files with 89 additions and 1 deletions

View 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