Add tests
This commit is contained in:
parent
c4ef71d230
commit
32413f324b
2 changed files with 258 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue