Skip to content

Commit

Permalink
Run json tests via wine on mingw (to get the path correctly)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed May 8, 2021
1 parent 774bac2 commit b2d79b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storages/json/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ foreach(test ${tests})

add_test(
NAME ${test}
COMMAND ${test}
COMMAND ${RUNNER} ${test}
)

set_property(TEST ${test} PROPERTY
Expand Down

0 comments on commit b2d79b4

Please sign in to comment.