Skip to content

Commit

Permalink
MDEV-26514 Option to build a separate test zip package on Windows
Browse files Browse the repository at this point in the history
echo is needed for the tests
  • Loading branch information
elenst committed Sep 1, 2021
1 parent 8382c32 commit a4a4d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ TARGET_LINK_LIBRARIES(mysqlslap ${CLIENT_LIB})

# "WIN32" also covers 64 bit. "echo" is used in some files below "mysql-test/".
IF(WIN32)
MYSQL_ADD_EXECUTABLE(echo echo.c COMPONENT Junk)
MYSQL_ADD_EXECUTABLE(echo echo.c COMPONENT Test)
ENDIF(WIN32)

# async_example is just a code example, do not install it.
Expand Down

0 comments on commit a4a4d6a

Please sign in to comment.