renaming unit test file

This commit is contained in:
Alex Yatskov 2012-04-14 06:35:27 -07:00
parent 8c7d30420c
commit bdecbda512
2 changed files with 3 additions and 2 deletions

View File

@ -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 \