Skip to content

Commit

Permalink
removed 5sec run test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thirulogeswaren committed Aug 26, 2024
1 parent 17177bb commit d6a1813
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Samples/BlankApp/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ target("BlankApp")
end

add_tests("compile_pass", {build_should_pass = true})
add_tests("run_5_seconds", { runargs = {"-test"} })
target_end()
1 change: 0 additions & 1 deletion Samples/HelloTriangle/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,4 @@ target("HelloTriangle")
end

add_tests("compile_pass", {build_should_pass = true})
add_tests("run_5_seconds", { runargs = {"-test"} })
target_end()
1 change: 0 additions & 1 deletion Samples/SpinningCube/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,4 @@ target("SpinningCube")
end

add_tests("compile_pass", {build_should_pass = true})
add_tests("run_5_seconds", { runargs = {"-test"} })
target_end()

0 comments on commit d6a1813

Please sign in to comment.