Skip to content

Commit b82098f

Browse files
committed
Update minor change in test of metacallcli, it was for testing purposes.
1 parent 724d9a7 commit b82098f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/examples/metacallcli/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ install(TARGETS ${target}
125125
# Define test
126126
#
127127

128-
#set(TEST_COMMAND_LINE_ARGS "load mock test.mock")
129-
set(TEST_COMMAND_LINE_ARGS "install py numpy")
128+
set(TEST_COMMAND_LINE_ARGS "load mock test.mock")
130129

131130
if(WIN32)
132131
set(TEST_COMMAND cmd /c)

0 commit comments

Comments
 (0)