OSDN Git Service

Debugger: Move tools out of tests/manual. into test/tools.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Thu, 4 Nov 2010 12:45:42 +0000 (13:45 +0100)
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>
Thu, 4 Nov 2010 12:45:42 +0000 (13:45 +0100)
14 files changed:
tests/manual/manual.pro
tests/tests.pro
tests/tools/ccdb/README [moved from tests/manual/ccdb/README with 100% similarity]
tests/tools/ccdb/ccdb.pro [moved from tests/manual/ccdb/ccdb.pro with 100% similarity]
tests/tools/ccdb/cdbapplication.cpp [moved from tests/manual/ccdb/cdbapplication.cpp with 100% similarity]
tests/tools/ccdb/cdbapplication.h [moved from tests/manual/ccdb/cdbapplication.h with 100% similarity]
tests/tools/ccdb/cdbpromptthread.cpp [moved from tests/manual/ccdb/cdbpromptthread.cpp with 100% similarity]
tests/tools/ccdb/cdbpromptthread.h [moved from tests/manual/ccdb/cdbpromptthread.h with 100% similarity]
tests/tools/ccdb/debugeventcallback.cpp [moved from tests/manual/ccdb/debugeventcallback.cpp with 100% similarity]
tests/tools/ccdb/debugeventcallback.h [moved from tests/manual/ccdb/debugeventcallback.h with 100% similarity]
tests/tools/ccdb/main.cpp [moved from tests/manual/ccdb/main.cpp with 100% similarity]
tests/tools/tools.pro [new file with mode: 0644]
tests/tools/trklauncher/main.cpp [moved from tests/manual/trklauncher/main.cpp with 100% similarity]
tests/tools/trklauncher/trklauncher.pro [moved from tests/manual/trklauncher/trklauncher.pro with 100% similarity]

index 89ac3c1..4227590 100644 (file)
@@ -6,8 +6,7 @@ cplusplus-dump \
 fakevim \
 gdbdebugger \
 preprocessor \
-subdir_proparser \
-trklauncher
+subdir_proparser
 
 unix {
 #   Uses popen
index 465f192..78b78c8 100644 (file)
@@ -1,3 +1,2 @@
 TEMPLATE=subdirs
-SUBDIRS += auto \
-            manual
+SUBDIRS += auto manual tools
diff --git a/tests/tools/tools.pro b/tests/tools/tools.pro
new file mode 100644 (file)
index 0000000..f6f7bc7
--- /dev/null
@@ -0,0 +1,4 @@
+TEMPLATE=subdirs
+
+SUBDIRS= \
+trklauncher