-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: remove obsolete test CMakeLists.txt in overlook/tests
- Loading branch information
1 parent
092a561
commit e113258
Showing
104 changed files
with
82 additions
and
480 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
cmake_minimum_required(VERSION 3.10) | ||
project(test_overlook) | ||
|
||
include(../overlook.cmake) | ||
|
||
add_executable(test1 test1.c) | ||
add_executable(test2 test2.c) | ||
add_executable(test3 test3.c) | ||
add_subdirectory(test4 test4) | ||
add_executable(test5 test5.cpp) | ||
add_executable(test6 test6.cpp) | ||
add_executable(test7 test7.cpp) | ||
add_executable(test8 test8.cpp) | ||
add_executable(test9 test9.cpp) | ||
add_executable(test10 test10.c) | ||
add_executable(test11 test11.cpp) | ||
add_executable(test12 test12.c) | ||
add_executable(test13 test13.c) | ||
add_executable(test14 test14.c) | ||
add_subdirectory(test15 test15) | ||
add_executable(test16 test16.cpp) | ||
add_subdirectory(test17 test17) | ||
add_executable(test18 test18.cpp) | ||
add_executable(test19 test19.cpp) | ||
add_executable(test20 test20.cpp) | ||
add_executable(test21 test21.cpp) | ||
add_executable(test22 test22.cpp) | ||
add_executable(test23 test23.cpp) | ||
add_executable(test24 test24.cpp) | ||
add_executable(test25 test25.cpp) | ||
add_executable(test26 test26.cpp) | ||
add_executable(test27 test27.cpp) | ||
add_executable(test28 test28.cpp) | ||
add_executable(test29 test29.cpp) | ||
add_executable(test30 test30.cpp) | ||
add_subdirectory(test31 test31) | ||
add_executable(test32 test32.cpp) | ||
add_executable(test33 test33.cpp) | ||
add_executable(test34 test34.cpp) | ||
add_executable(test35 test35.cpp) | ||
add_executable(test36 test36.cpp) | ||
add_executable(test37 test37.cpp) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
add_executable(test15 | ||
${CMAKE_CURRENT_SOURCE_DIR}/a.c | ||
${CMAKE_CURRENT_SOURCE_DIR}/b.c | ||
) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
//https://docs.microsoft.com/en-us/cpp/error-messages/compiler-warnings/compiler-warning-level-1-c4075?view=msvc-160 | ||
|
||
// C4075.cpp | ||
// compile with: /W1 | ||
#pragma init_seg("mysegg") // C4075 | ||
|
||
// try.. | ||
// #pragma init_seg(user) | ||
|
||
// https://stackoverflow.com/a/10199440/2999096 | ||
|
||
// ``` | ||
// #pragma init_seg | ||
// ``` | ||
// 是VC++特有的 | ||
|
||
// g++不能用,但有个类似的: | ||
// ``` | ||
// Some_Class A __attribute__ ((init_priority (2000))); | ||
// Some_Class B __attribute__ ((init_priority (543))); | ||
// ``` | ||
|
||
|
||
int main() | ||
{ | ||
return 0; | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
add_executable(test31 | ||
${CMAKE_CURRENT_SOURCE_DIR}/main.cpp | ||
) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
add_executable(test4 | ||
${CMAKE_CURRENT_SOURCE_DIR}/main.c | ||
) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.