diff options
author | bloodstalker <thabogre@gmail.com> | 2019-08-13 16:13:11 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2019-08-13 16:13:11 +0000 |
commit | a46c23d01d20eef63194ce6f8745afb130e9ba20 (patch) | |
tree | 30d9fe4b38a88c5b6bdbe96cf84a43b8d4d1f7d0 /run.sh | |
parent | update (diff) | |
download | faultreiber-a46c23d01d20eef63194ce6f8745afb130e9ba20.tar.gz faultreiber-a46c23d01d20eef63194ce6f8745afb130e9ba20.zip |
added ltg as submodule to see why --lua switch breaks
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 --luaheaders ../../../lua/src/lua.h +"./faultreiber.py" --targetname autowasm --outdir ./test/ --structs ./test/struct.json --xml ./resources/wasm2.xml --name wasm --luaalloc --luaheaders ./lua/ #"./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 |