[windows_kext] keep generated test data

This commit is contained in:
Vladimir Stoilov
2024-05-16 17:29:24 +03:00
parent 1c4df53152
commit 53d1d52c39
6 changed files with 6 additions and 22 deletions

View File

@@ -1,24 +1,8 @@
#!/bin/sh
echo Generate test files
echo ========================
cd protocol
cargo test info::generate_test_info_file
cd ../kextinterface
go test -v -run TestGenerateCommandFile
cd ..
echo ========================
echo Running tests
echo ========================
cd protocol
cargo test command::test_go_command_file
cargo test
cd ../kextinterface
go test -v -run TestRustInfoFile
echo ========================
echo Cleanup
rm go_command_test.bin
rm ../protocol/rust_info_test.bin
go test -v .