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/ \
|
rsync -av --progress ${CURRENT_DIR}/${PROJECT_NAME}/${PROJECT_NAME}_test/test_input/ \
|
||||||
${PROJECT_DIST_DIR}/test_input/
|
${PROJECT_DIST_DIR}/test_input/
|
||||||
|
|
||||||
rsync -av --progress ${CURRENT_DIR}/bin/* ${PROJECT_DIST_DIR}/
|
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
SOFTWARE.
|
SOFTWARE.
|
||||||
*/
|
*/
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#if 0
|
|
||||||
|
|
||||||
#include "fixtures/winfsp_fixture.hpp"
|
#include "fixtures/winfsp_fixture.hpp"
|
||||||
|
|
||||||
@ -229,15 +228,14 @@ TYPED_TEST(winfsp_test, run_winfsp_tests) {
|
|||||||
"--resilient",
|
"--resilient",
|
||||||
};
|
};
|
||||||
|
|
||||||
auto res =
|
auto res = system((utils::path::combine(test::get_project_input_dir(),
|
||||||
system((utils::path::combine(cur.string(), {"winfsp-tests-x64.exe"}) +
|
{"bin", "winfsp-tests-x64.exe"}) +
|
||||||
' ' + utils::string::join(test_options, ' '))
|
' ' + utils::string::join(test_options, ' '))
|
||||||
.c_str());
|
.c_str());
|
||||||
EXPECT_EQ(0, res);
|
EXPECT_EQ(0, res);
|
||||||
|
|
||||||
std::filesystem::current_path(cur);
|
std::filesystem::current_path(cur);
|
||||||
}
|
}
|
||||||
} // namespace repertory
|
} // namespace repertory
|
||||||
|
|
||||||
#endif // 0
|
|
||||||
#endif // defined(_WIN32)
|
#endif // defined(_WIN32)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user