Add rust kext to the mono repo

This commit is contained in:
Vladimir Stoilov
2024-04-29 17:04:08 +03:00
parent 740ef1ad32
commit b0f664047b
98 changed files with 13811 additions and 84 deletions

24
windows_kext/test_protocol.sh Executable file
View File

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