From f1bc2626f5205fcdcbf775cc0842e20391b7ccb3 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdhiser@gmail.com>
Date: Wed, 10 Feb 2021 17:49:40 -0500
Subject: [PATCH] add ida to other test files

---
 cicd_testing/builtin-xforms.sh | 2 ++
 cicd_testing/elfdep.sh         | 4 +++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/cicd_testing/builtin-xforms.sh b/cicd_testing/builtin-xforms.sh
index f1b68ae5c..3d74638aa 100755
--- a/cicd_testing/builtin-xforms.sh
+++ b/cicd_testing/builtin-xforms.sh
@@ -3,6 +3,8 @@ 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
 
diff --git a/cicd_testing/elfdep.sh b/cicd_testing/elfdep.sh
index c9cfcc92e..31689b17c 100755
--- a/cicd_testing/elfdep.sh
+++ b/cicd_testing/elfdep.sh
@@ -3,7 +3,9 @@ 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 $SECURITY_TRANSFORMS_HOME/libIRDB-elfdep/test/
+cd $PEASOUP_HOME/irdb-libs//libIRDB-elfdep/test/
 ./test-elfdep.sh
-- 
GitLab