We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2723dc2 commit 4e02d86Copy full SHA for 4e02d86
template/cuda/{{cookiecutter.project_slug}}/tests/xmake.lua
@@ -11,6 +11,6 @@ target("{{cookiecutter.project_slug}}-tests")
11
add_links("cudart", "cublas")
12
13
-- Define test run command
14
- after_build(function (target)
15
- os.exec("%s", target:targetfile())
16
- end)
+ -- after_build(function (target)
+ -- os.exec("%s", target:targetfile())
+ -- end)
0 commit comments