refactor
This commit is contained in:
parent
26e1975edc
commit
5f925d3e71
@ -8,5 +8,3 @@ rsync -av --progress ${CURRENT_DIR}/${PROJECT_NAME}/${PROJECT_NAME}_test/test_in
|
||||
|
||||
rsync -av --progress ${CURRENT_DIR}/${PROJECT_NAME}/${PROJECT_NAME}_test/test_input/ \
|
||||
${PROJECT_DIST_DIR}/test_input/
|
||||
|
||||
rsync -av --progress ${CURRENT_DIR}/bin/* ${PROJECT_DIST_DIR}/
|
||||
|
@ -20,7 +20,6 @@
|
||||
SOFTWARE.
|
||||
*/
|
||||
#if defined(_WIN32)
|
||||
#if 0
|
||||
|
||||
#include "fixtures/winfsp_fixture.hpp"
|
||||
|
||||
@ -229,8 +228,8 @@ TYPED_TEST(winfsp_test, run_winfsp_tests) {
|
||||
"--resilient",
|
||||
};
|
||||
|
||||
auto res =
|
||||
system((utils::path::combine(cur.string(), {"winfsp-tests-x64.exe"}) +
|
||||
auto res = system((utils::path::combine(test::get_project_input_dir(),
|
||||
{"bin", "winfsp-tests-x64.exe"}) +
|
||||
' ' + utils::string::join(test_options, ' '))
|
||||
.c_str());
|
||||
EXPECT_EQ(0, res);
|
||||
@ -239,5 +238,4 @@ TYPED_TEST(winfsp_test, run_winfsp_tests) {
|
||||
}
|
||||
} // namespace repertory
|
||||
|
||||
#endif // 0
|
||||
#endif // defined(_WIN32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user