Add tests

This commit is contained in:
Andrew nuark G 2020-12-19 00:36:42 +07:00
parent c4ef71d230
commit 32413f324b
2 changed files with 258 additions and 16 deletions

View file

@ -13,7 +13,8 @@ SOURCES += tst_st_test.cpp \
../sea_transport/entities/vessel_entity.cpp \
../sea_transport/entities/user_entity.cpp \
../sea_transport/system/auth_system.cpp \
../sea_transport/system/object_system.cpp
../sea_transport/system/object_system.cpp \
../sea_transport/system/apparatus.cpp
HEADERS += \
../sea_transport/entities/ISerializable.h \
@ -24,4 +25,5 @@ HEADERS += \
../sea_transport/entities/vessel_entity.h \
../sea_transport/entities/user_entity.h \
../sea_transport/system/auth_system.h \
../sea_transport/system/object_system.h
../sea_transport/system/object_system.h \
../sea_transport/system/apparatus.h