Skip to content

Commit

Permalink
install pressure_test/kill_test/upgrade_test in DSN_ROOT (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu Tao authored and acelyc111 committed Dec 14, 2018
1 parent 2c7b669 commit 25270e0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/test/kill_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ if (UNIX)
SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
endif()

dsn_add_test()
dsn_add_executable()
dsn_install_executable()
3 changes: 2 additions & 1 deletion src/test/pressure_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ if (UNIX)
SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
endif()

dsn_add_test()
dsn_add_executable()
dsn_install_executable()
3 changes: 2 additions & 1 deletion src/test/upgrade_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ if (UNIX)
SET(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
endif()

dsn_add_test()
dsn_add_executable()
dsn_install_executable()

0 comments on commit 25270e0

Please sign in to comment.