We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379a7e4 commit e37f709Copy full SHA for e37f709
code/tests/main.cpp renamed to code/tests-runner/main.cpp
premake5.lua
@@ -88,9 +88,9 @@ project "cli"
88
rtti "Off"
89
targetname "architect"
90
91
-project "tests"
+project "tests-runner"
92
files {
93
- "code/tests/**",
+ "code/tests-runner/**",
94
}
95
includedirs {
96
"include",
@@ -103,3 +103,10 @@ project "tests"
103
location "build"
104
kind "ConsoleApp"
105
106
+ targetname "tests"
107
+
108
+project "tests"
109
+ files {
110
+ "tests/**",
111
+ }
112
+ kind "None"
0 commit comments