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 ee4877b commit f72e112Copy full SHA for f72e112
test/xmake.lua
@@ -36,7 +36,10 @@ target("emdevif_test_framework_test", function ()
36
end
37
38
target_name = target:name()
39
- printf("[%s]: Generator for CMake is \"%s\"", target_name, generator)
+ printf("[%s]: Generator for CMake is \"%s\"\n", target_name, generator)
40
+ build_dir = "$(builddir)/emdevif_xmake_test_out"
41
+ printf("[%s]: Build dir is \"%s\"\n", target_name, build_dir)
42
+
43
os.exec("cmake -S ." .. generator .. " "
44
.. " -DEMDEVIF_TEST_FRAMEWORK_ENABLE_TEST=ON "
45
.. "-DEMDEVIF_TEST_FRAMEWORK_TEST_NAME=" .. test_name .. " "
0 commit comments