https://git.reactos.org/?p=reactos.git;a=commitdiff;h=69e80a1e74e12db1dfc27938faab10a715b1ce34

commit 69e80a1e74e12db1dfc27938faab10a715b1ce34
Author:     Timo Kreuzer <[email protected]>
AuthorDate: Mon Mar 9 22:42:51 2020 +0100
Commit:     Timo Kreuzer <[email protected]>
CommitDate: Sat Oct 24 13:26:33 2020 +0200

    [PSEH2_TEST] Move it to apitests
    
    The folder name is compiler, because it is going to be part of a new 
compiler_apitest.
---
 modules/rostests/apitests/CMakeLists.txt                             | 1 +
 modules/rostests/{tests/pseh2 => apitests/compiler}/CMakeLists.txt   | 0
 modules/rostests/{tests/pseh2 => apitests/compiler}/psehtest.c       | 0
 modules/rostests/{tests/pseh2 => apitests/compiler}/psehtest2.c      | 0
 modules/rostests/{tests/pseh2 => apitests/compiler}/psehtest_cpp.cpp | 0
 modules/rostests/tests/CMakeLists.txt                                | 1 -
 6 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/rostests/apitests/CMakeLists.txt 
b/modules/rostests/apitests/CMakeLists.txt
index c0a6e85ad17..18e4a148a28 100644
--- a/modules/rostests/apitests/CMakeLists.txt
+++ b/modules/rostests/apitests/CMakeLists.txt
@@ -13,6 +13,7 @@ add_subdirectory(browseui)
 add_subdirectory(cmd)
 add_subdirectory(com)
 add_subdirectory(comctl32)
+add_subdirectory(compiler)
 add_subdirectory(crt)
 add_subdirectory(dbghelp)
 add_subdirectory(dciman32)
diff --git a/modules/rostests/tests/pseh2/CMakeLists.txt 
b/modules/rostests/apitests/compiler/CMakeLists.txt
similarity index 100%
rename from modules/rostests/tests/pseh2/CMakeLists.txt
rename to modules/rostests/apitests/compiler/CMakeLists.txt
diff --git a/modules/rostests/tests/pseh2/psehtest.c 
b/modules/rostests/apitests/compiler/psehtest.c
similarity index 100%
rename from modules/rostests/tests/pseh2/psehtest.c
rename to modules/rostests/apitests/compiler/psehtest.c
diff --git a/modules/rostests/tests/pseh2/psehtest2.c 
b/modules/rostests/apitests/compiler/psehtest2.c
similarity index 100%
rename from modules/rostests/tests/pseh2/psehtest2.c
rename to modules/rostests/apitests/compiler/psehtest2.c
diff --git a/modules/rostests/tests/pseh2/psehtest_cpp.cpp 
b/modules/rostests/apitests/compiler/psehtest_cpp.cpp
similarity index 100%
rename from modules/rostests/tests/pseh2/psehtest_cpp.cpp
rename to modules/rostests/apitests/compiler/psehtest_cpp.cpp
diff --git a/modules/rostests/tests/CMakeLists.txt 
b/modules/rostests/tests/CMakeLists.txt
index 0fc1ed4c2bd..d29a8adf65d 100644
--- a/modules/rostests/tests/CMakeLists.txt
+++ b/modules/rostests/tests/CMakeLists.txt
@@ -1,4 +1,3 @@
 add_subdirectory(mmixer_test)
-add_subdirectory(pseh2)
 add_subdirectory(dllexport)
 add_subdirectory(spec2def)

Reply via email to