Skip to content

Commit 329ee0e

Browse files
test: fix path of executable
1 parent 7f2acd8 commit 329ee0e

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
@@ -9,5 +9,5 @@ add_test(
99
NAME
1010
unit
1111
COMMAND
12-
${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_BINDIR}/test/scitokens-gtest
12+
${CMAKE_CURRENT_BINARY_DIR}/scitokens-gtest
1313
)

0 commit comments

Comments
 (0)