Skip to content

Commit

Permalink
add standalone mutation_solver test
Browse files Browse the repository at this point in the history
  • Loading branch information
CapsAdmin committed Oct 25, 2024
1 parent dc82b22 commit b74f8a1
Show file tree
Hide file tree
Showing 2 changed files with 555 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/on_editor_save.lua
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ if find("jit_options") then
run_lua("test/performance/tests.lua")
elseif find("jit_trace_track") or find("test/performance/analyzer.lua") then
run_lua("test/performance/analyzer.lua")
elseif find("nattlua/analyzer/mutation_solver.lua") and not test_focus then
run_lua("test/tests/nattlua/analyzer/mutation_solver.lua")
elseif find("c_declarations/main.lua") and not test_focus then
run_test("test/tests/nattlua/c_declarations/cdef.nlua")
run_test("test/tests/nattlua/c_declarations/parsing.lua")
Expand Down
Loading

0 comments on commit b74f8a1

Please sign in to comment.