From 4c3ffa927bf8415bc0c5813102461b7c3855ef8c Mon Sep 17 00:00:00 2001 From: John Smith Date: Thu, 1 Dec 2022 18:40:17 -0500 Subject: [PATCH] add tests for windows --- veilid-core/run_windows_tests.bat | 4 ++++ veilid-tools/run_windows_tests.bat | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 veilid-core/run_windows_tests.bat create mode 100644 veilid-tools/run_windows_tests.bat diff --git a/veilid-core/run_windows_tests.bat b/veilid-core/run_windows_tests.bat new file mode 100644 index 00000000..7ab6b2a3 --- /dev/null +++ b/veilid-core/run_windows_tests.bat @@ -0,0 +1,4 @@ +@echo off +cargo test --features=rt-tokio -- --nocapture +cargo test --features=rt-async-std -- --nocapture + diff --git a/veilid-tools/run_windows_tests.bat b/veilid-tools/run_windows_tests.bat new file mode 100644 index 00000000..66998e0d --- /dev/null +++ b/veilid-tools/run_windows_tests.bat @@ -0,0 +1,5 @@ +@echo off +cargo test --features=rt-tokio,tracing -- --nocapture +cargo test --features=rt-async-std,tracing -- --nocapture +cargo test --features=rt-tokio -- --nocapture +cargo test --features=rt-async-std -- --nocapture