OSDN Git Service

A trunk/tests/opt: create directory for tests
authornogu <nogu@3964cfc2-352b-0410-b06c-9ff7d3e98643>
Tue, 3 Mar 2009 14:31:07 +0000 (14:31 +0000)
committernogu <nogu@3964cfc2-352b-0410-b06c-9ff7d3e98643>
Tue, 3 Mar 2009 14:31:07 +0000 (14:31 +0000)
A  + trunk/tests/opt/AnglesTest.cpp: move to opt dir
A  + trunk/tests/opt/CMakeLists.txt: move to opt dir
D    trunk/tests/AnglesTest.cpp: move to opt dir
D    trunk/tests/CMakeLists.txt: move to opt dir

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/cueplot/trunk@970 3964cfc2-352b-0410-b06c-9ff7d3e98643

tests/opt/AnglesTest.cpp [moved from tests/AnglesTest.cpp with 91% similarity]
tests/opt/CMakeLists.txt [moved from tests/CMakeLists.txt with 90% similarity]

similarity index 91%
rename from tests/AnglesTest.cpp
rename to tests/opt/AnglesTest.cpp
index 7f9529d..6c408d0 100644 (file)
@@ -1,4 +1,4 @@
-#include "../src/opt/Angles.h"
+#include "../../src/opt/Angles.h"
 #include <QtCore/QString>
 
 int AnglesTest(int, char *[])
similarity index 90%
rename from tests/CMakeLists.txt
rename to tests/opt/CMakeLists.txt
index e6fb33d..9c42496 100644 (file)
@@ -3,7 +3,7 @@ include(${QT_USE_FILE})
 set(test_file_list AnglesTest.cpp)
 create_test_sourcelist(opt_tests OptTests.cpp ${test_file_list})
 
-set(opt_file_list ../src/opt/Angles.cpp)
+set(opt_file_list ../../src/opt/Angles.cpp)
 add_executable(OptTests ${opt_tests} ${opt_file_list})
 target_link_libraries(OptTests ${QT_LIBRARIES})