aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-05-25 23:45:50 +0000
committerbloodstalker <thabogre@gmail.com>2018-05-25 23:45:50 +0000
commita2afe6ff184bc20993f58388887a2d4f1454c140 (patch)
tree98c3928c40cd268bfbaeb78abbcce50914ef9ea2 /extra-tools
parentwip:added a wasm backend. i need to setup an interface with the main c++ code... (diff)
downloadmutator-a2afe6ff184bc20993f58388887a2d4f1454c140.tar.gz
mutator-a2afe6ff184bc20993f58388887a2d4f1454c140.zip
load.py is now imported bt another python module, should cut down on startup time. added the WASM linking structures to dwasm. i can start working on the linker as soon as i get some tests.
Diffstat (limited to 'extra-tools')
-rwxr-xr-xextra-tools/pretestprep.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/extra-tools/pretestprep.sh b/extra-tools/pretestprep.sh
new file mode 100755
index 0000000..30c564c
--- /dev/null
+++ b/extra-tools/pretestprep.sh
@@ -0,0 +1,3 @@
+#!/usr/bin/bash
+(cd ../obfuscator/test && make clean && bear make)
+(cd ../bfd/test && make)