Browse Source

Rename the QtAutomoc tests to QtAutogen.

Stephen Kelly 12 years ago
parent
commit
e485ba1219

+ 12 - 12
Tests/CMakeLists.txt

@@ -1031,32 +1031,32 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/
 
   find_package(Qt5Widgets QUIET NO_MODULE)
   if(Qt5Widgets_FOUND)
-    add_test(Qt5Automoc ${CMAKE_CTEST_COMMAND}
+    add_test(Qt5Autogen ${CMAKE_CTEST_COMMAND}
       --build-and-test
-      "${CMake_SOURCE_DIR}/Tests/QtAutomoc"
-      "${CMake_BINARY_DIR}/Tests/Qt5Automoc"
+      "${CMake_SOURCE_DIR}/Tests/QtAutogen"
+      "${CMake_BINARY_DIR}/Tests/Qt5Autogen"
       ${build_generator_args}
-      --build-project QtAutomoc
-      --build-exe-dir "${CMake_BINARY_DIR}/Tests/Qt5Automoc"
+      --build-project QtAutogen
+      --build-exe-dir "${CMake_BINARY_DIR}/Tests/Qt5Autogen"
       --force-new-ctest-process
       --build-options -DQT_QMAKE_EXECUTABLE:FILEPATH=${QT_QMAKE_EXECUTABLE} -DQT_TEST_VERSION=5
       --test-command ${CMAKE_CTEST_COMMAND} -V
       )
-    list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/Qt5Automoc")
+    list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/Qt5Autogen")
   endif()
   if(QT4_WORKS AND QT_QTGUI_FOUND)
-    add_test(Qt4Automoc ${CMAKE_CTEST_COMMAND}
+    add_test(Qt4Autogen ${CMAKE_CTEST_COMMAND}
       --build-and-test
-      "${CMake_SOURCE_DIR}/Tests/QtAutomoc"
-      "${CMake_BINARY_DIR}/Tests/Qt4Automoc"
+      "${CMake_SOURCE_DIR}/Tests/QtAutogen"
+      "${CMake_BINARY_DIR}/Tests/Qt4Autogen"
       ${build_generator_args}
-      --build-project QtAutomoc
-      --build-exe-dir "${CMake_BINARY_DIR}/Tests/Qt4Automoc"
+      --build-project QtAutogen
+      --build-exe-dir "${CMake_BINARY_DIR}/Tests/Qt4Autogen"
       --force-new-ctest-process
       --build-options -DQT_QMAKE_EXECUTABLE:FILEPATH=${QT_QMAKE_EXECUTABLE} -DQT_TEST_VERSION=4
       --test-command ${CMAKE_CTEST_COMMAND} -V
       )
-    list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/Qt4Automoc")
+    list(APPEND TEST_BUILD_DIRS "${CMake_BINARY_DIR}/Tests/Qt4Autogen")
 
     add_test(Qt4Targets ${CMAKE_CTEST_COMMAND}
       --build-and-test

+ 0 - 0
Tests/QtAutomoc/Adir/CMakeLists.txt → Tests/QtAutogen/Adir/CMakeLists.txt


+ 0 - 0
Tests/QtAutomoc/Adir/libA.cpp → Tests/QtAutogen/Adir/libA.cpp


+ 0 - 0
Tests/QtAutomoc/Adir/libA.h → Tests/QtAutogen/Adir/libA.h


+ 0 - 0
Tests/QtAutomoc/Bdir/CMakeLists.txt → Tests/QtAutogen/Bdir/CMakeLists.txt


+ 0 - 0
Tests/QtAutomoc/Bdir/libB.cpp → Tests/QtAutogen/Bdir/libB.cpp


+ 0 - 0
Tests/QtAutomoc/Bdir/libB.h → Tests/QtAutogen/Bdir/libB.h


+ 1 - 1
Tests/QtAutomoc/CMakeLists.txt → Tests/QtAutogen/CMakeLists.txt

@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 2.8)
 
-project(QtAutomoc)
+project(QtAutogen)
 
 if (QT_TEST_VERSION STREQUAL 4)
   find_package(Qt4 REQUIRED)

+ 0 - 0
Tests/QtAutomoc/abc.cpp → Tests/QtAutogen/abc.cpp


+ 0 - 0
Tests/QtAutomoc/abc.h → Tests/QtAutogen/abc.h


+ 0 - 0
Tests/QtAutomoc/abc_p.h → Tests/QtAutogen/abc_p.h


+ 0 - 0
Tests/QtAutomoc/bar.cpp → Tests/QtAutogen/bar.cpp


+ 0 - 0
Tests/QtAutomoc/blub.cpp → Tests/QtAutogen/blub.cpp


+ 0 - 0
Tests/QtAutomoc/blub.h → Tests/QtAutogen/blub.h


+ 0 - 0
Tests/QtAutomoc/calwidget.cpp → Tests/QtAutogen/calwidget.cpp


+ 0 - 0
Tests/QtAutomoc/calwidget.h → Tests/QtAutogen/calwidget.h


+ 0 - 0
Tests/QtAutomoc/codeeditor.cpp → Tests/QtAutogen/codeeditor.cpp


+ 0 - 0
Tests/QtAutomoc/codeeditor.h → Tests/QtAutogen/codeeditor.h


+ 0 - 0
Tests/QtAutomoc/defines_test/CMakeLists.txt → Tests/QtAutogen/defines_test/CMakeLists.txt


+ 0 - 0
Tests/QtAutomoc/defines_test/defines_test.cpp → Tests/QtAutogen/defines_test/defines_test.cpp


+ 0 - 0
Tests/QtAutomoc/empty.cpp → Tests/QtAutogen/empty.cpp


+ 0 - 0
Tests/QtAutomoc/empty.h → Tests/QtAutogen/empty.h


+ 0 - 0
Tests/QtAutomoc/foo.cpp → Tests/QtAutogen/foo.cpp


+ 0 - 0
Tests/QtAutomoc/foo.h → Tests/QtAutogen/foo.h


+ 0 - 0
Tests/QtAutomoc/gadget.cpp → Tests/QtAutogen/gadget.cpp


+ 0 - 0
Tests/QtAutomoc/gadget.h → Tests/QtAutogen/gadget.h


+ 0 - 0
Tests/QtAutomoc/libC.cpp → Tests/QtAutogen/libC.cpp


+ 0 - 0
Tests/QtAutomoc/libC.h → Tests/QtAutogen/libC.h


+ 0 - 0
Tests/QtAutomoc/main.cpp → Tests/QtAutogen/main.cpp


+ 0 - 0
Tests/QtAutomoc/private_slot.cpp → Tests/QtAutogen/private_slot.cpp


+ 0 - 0
Tests/QtAutomoc/private_slot.h → Tests/QtAutogen/private_slot.h


+ 0 - 0
Tests/QtAutomoc/sub/bar.h → Tests/QtAutogen/sub/bar.h


+ 0 - 0
Tests/QtAutomoc/xyz.cpp → Tests/QtAutogen/xyz.cpp


+ 0 - 0
Tests/QtAutomoc/xyz.h → Tests/QtAutogen/xyz.h


+ 0 - 0
Tests/QtAutomoc/yaf.cpp → Tests/QtAutogen/yaf.cpp


+ 0 - 0
Tests/QtAutomoc/yaf.h → Tests/QtAutogen/yaf.h


+ 0 - 0
Tests/QtAutomoc/yaf_p.h → Tests/QtAutogen/yaf_p.h