From 9fc9fefdc9f598f8d223dc6eab533be4d0abc762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Tue, 11 Feb 2020 14:52:49 +0100 Subject: Restructure testlib selftest project The use of a single subdirectory only for the test binary, but not the actual source file, just made things harder to discover when looking for the test code. Now all subdirectories are actual sub-tests. Change-Id: Ia3e308ba8d231cc8ead1491b10a34801f76669b0 Reviewed-by: Alexandru Croitor --- tests/auto/testlib/selftests/test/test.pro | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 tests/auto/testlib/selftests/test/test.pro (limited to 'tests/auto/testlib/selftests/test/test.pro') diff --git a/tests/auto/testlib/selftests/test/test.pro b/tests/auto/testlib/selftests/test/test.pro deleted file mode 100644 index fce8e48ca2..0000000000 --- a/tests/auto/testlib/selftests/test/test.pro +++ /dev/null @@ -1,22 +0,0 @@ -CONFIG += testcase -SOURCES += ../tst_selftests.cpp -QT = core testlib-private - -TARGET = ../tst_selftests - -win32 { - CONFIG(debug, debug|release) { - TARGET = ../../debug/tst_selftests -} else { - TARGET = ../../release/tst_selftests - } -} - -expected_files.files = $$files($$PWD/../expected_*) -expected_files.base = $$PWD/.. -RESOURCES += expected_files - -include(../selftests.pri) -!android:!winrt: for(file, SUBPROGRAMS): TEST_HELPER_INSTALLS += "../$${file}/$${file}" - -include($$QT_SOURCE_TREE/src/testlib/selfcover.pri) -- cgit v1.2.3