Skip to content

Commit 3464886

Browse files
committed
Add CPPSPEC_SPEC_RUNNER cmake variable
1 parent d5711c7 commit 3464886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function(add_spec source_file args)
6565
CXX_STANDARD 23
6666
CXX_STANDARD_REQUIRED YES
6767
)
68-
add_test(NAME ${spec_name} COMMAND ${spec_name} --verbose ${args})
68+
add_test(NAME ${spec_name} COMMAND ${CPPSPEC_SPEC_RUNNER} ${spec_name} --verbose ${args})
6969
endfunction(add_spec)
7070

7171
# Discover Specs

0 commit comments

Comments
 (0)