diff options
author | bloodstalker <thabogre@gmail.com> | 2019-01-20 09:30:15 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-01-20 09:30:15 +0000 |
commit | c52fb20b8480dad6d51ceaf215e8428062aa4541 (patch) | |
tree | 31a14521751c0ef238b226b64b5d2442ca617430 /run.sh | |
parent | added the luaalloc option, needs testing. will do that on the bruiser side (diff) | |
download | faultreiber-c52fb20b8480dad6d51ceaf215e8428062aa4541.tar.gz faultreiber-c52fb20b8480dad6d51ceaf215e8428062aa4541.zip |
update
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh cd $(dirname $0) -"./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 --luaalloc --luaheaders ../../../lua/src/lua.h #"./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 |