diff options
| author | Yuqian Yang <crupest@crupest.life> | 2025-11-15 16:43:25 +0800 |
|---|---|---|
| committer | Yuqian Yang <crupest@crupest.life> | 2025-11-16 00:01:49 +0800 |
| commit | 246eb9266b9349b44cbe96f3f839124ab30cbb89 (patch) | |
| tree | 31604c8a4764d3a601d56599e56c98d91bd97758 /test/base/SubProcessTest.cpp | |
| parent | b92aa78ac19476049ab881b49c51b1a970a4a973 (diff) | |
| download | cru-246eb9266b9349b44cbe96f3f839124ab30cbb89.tar.gz cru-246eb9266b9349b44cbe96f3f839124ab30cbb89.tar.bz2 cru-246eb9266b9349b44cbe96f3f839124ab30cbb89.zip | |
Impl win subprocess.
Diffstat (limited to 'test/base/SubProcessTest.cpp')
| -rw-r--r-- | test/base/SubProcessTest.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/base/SubProcessTest.cpp b/test/base/SubProcessTest.cpp index f241c125..192fdfcb 100644 --- a/test/base/SubProcessTest.cpp +++ b/test/base/SubProcessTest.cpp @@ -5,10 +5,6 @@ using cru::SubProcess; TEST_CASE("SubProcess", "[subprocess]") { -#ifdef _WIN32 - SKIP("SubProcess is not implemented on Windows for now."); -#endif - SECTION("echo should work.") { SubProcess process = SubProcess::Create(CRU_TEST_HELPER_ECHO_LOCATION, {"abc"}); |
