From bdecbda51252fd2029b6eb90457c55b315dc615d Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 14 Apr 2012 06:35:27 -0700 Subject: [PATCH] renaming unit test file --- metacall.pro | 5 +++-- main.cpp => testing.cpp | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename main.cpp => testing.cpp (100%) diff --git a/metacall.pro b/metacall.pro index dfa8268..42c8bc7 100644 --- a/metacall.pro +++ b/metacall.pro @@ -2,7 +2,7 @@ TEMPLATE = app CONFIG += console CONFIG -= qt -SOURCES += main.cpp \ +SOURCES += \ mc_token.cpp \ mc_stream.cpp \ mc_socket.cpp \ @@ -12,7 +12,8 @@ SOURCES += main.cpp \ mc_client.cpp \ mc_buffer.cpp \ mc_binding.cpp \ - mc_prefab.cpp + mc_prefab.cpp \ + testing.cpp OTHER_FILES += \ metacall.py \ diff --git a/main.cpp b/testing.cpp similarity index 100% rename from main.cpp rename to testing.cpp