renaming unit test file
This commit is contained in:
parent
8c7d30420c
commit
bdecbda512
@ -2,7 +2,7 @@ TEMPLATE = app
|
|||||||
CONFIG += console
|
CONFIG += console
|
||||||
CONFIG -= qt
|
CONFIG -= qt
|
||||||
|
|
||||||
SOURCES += main.cpp \
|
SOURCES += \
|
||||||
mc_token.cpp \
|
mc_token.cpp \
|
||||||
mc_stream.cpp \
|
mc_stream.cpp \
|
||||||
mc_socket.cpp \
|
mc_socket.cpp \
|
||||||
@ -12,7 +12,8 @@ SOURCES += main.cpp \
|
|||||||
mc_client.cpp \
|
mc_client.cpp \
|
||||||
mc_buffer.cpp \
|
mc_buffer.cpp \
|
||||||
mc_binding.cpp \
|
mc_binding.cpp \
|
||||||
mc_prefab.cpp
|
mc_prefab.cpp \
|
||||||
|
testing.cpp
|
||||||
|
|
||||||
OTHER_FILES += \
|
OTHER_FILES += \
|
||||||
metacall.py \
|
metacall.py \
|
||||||
|
Loading…
Reference in New Issue
Block a user