From 3722d534650099faeb8dae0bb1900a0738db0a78 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Sun, 20 Jan 2019 12:40:13 +0330 Subject: added the luaalloc option, needs testing. will do that on the bruiser side --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'run.sh') diff --git a/run.sh b/run.sh index b05df75..5fd142c 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,5 @@ #!/bin/sh cd $(dirname $0) -#"./faultreiber.py" --targetname autowasm --outdir ./test/ --structs ./test/struct.json --xml ./resources/wasm.xml --name wasm --calloc -"./faultreiber.py" --targetname autowasm --outdir ./test/ --structs ./test/struct.json --xml ./resources/wasm2.xml --name wasm --calloc +"./faultreiber.py" --targetname autowasm --outdir ./test/ --structs ./test/struct.json --xml ./resources/wasm2.xml --name wasm --luaalloc +#"./faultreiber.py" --targetname autowasm --outdir ./test/ --structs ./test/struct.json --xml ./resources/wasm2.xml --name wasm --calloc "clang-format" -i ./test/read.c ./test/structs.c ./test/structs.h ./test/aggregate.c ./test/aggregate.h ./test/read.h -- cgit v1.2.3