From a2afe6ff184bc20993f58388887a2d4f1454c140 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sat, 26 May 2018 04:15:50 +0430 Subject: 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. --- extra-tools/pretestprep.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 extra-tools/pretestprep.sh (limited to 'extra-tools') 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) -- cgit v1.2.3