Skip to content
Snippets Groups Projects
Commit d35589b4 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

Add rust tests to CI

parent e698f7b2
No related branches found
No related tags found
1 merge request!38Go support
......@@ -93,6 +93,7 @@ test-bins-arm64:
- ./cicd_testing/builtin-xforms.sh
- ./cicd_testing/elfdep.sh
- ./cicd_testing/go_tests.sh
- ./cicd_testing/rust_tests.sh
......
#!/bin/bash
set -e
set -x
cd /tmp/peasoup_test
export IDAROOT=$CICD_MODULE_WORK_DIR/idapro71
export IDASDK=$CICD_MODULE_WORK_DIR/idapro71_sdk
source set_env_vars
cd $PEASOUP_HOME/tests/rust_test/
./testit.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment