Skip to content

Commit ad6744a

Browse files
committed
Remove quotes around test
1 parent 8c18f90 commit ad6744a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ boost_nowide_add_test(test_traits)
5555
# Test that passthrough writes everything from stdin to stdout
5656
# Needs to be done with CMake as the test driver to write any input to stdin and check output
5757
add_test(
58-
NAME ${PROJECT_NAME}-"test_iostream_passthrough"
58+
NAME ${PROJECT_NAME}-test_iostream_passthrough
5959
COMMAND ${CMAKE_COMMAND}
6060
-D TEST_BINARY=$<TARGET_FILE:${PROJECT_NAME}-test_iostream>
6161
-P ${CMAKE_CURRENT_SOURCE_DIR}/test_iostream_passthrough.cmake

0 commit comments

Comments
 (0)