diff options
author | bloodstalker <thabogre@gmail.com> | 2018-07-22 13:01:57 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-07-22 13:01:57 +0000 |
commit | b88c0585fedfb24e8cee1b763b55dddbdd50e953 (patch) | |
tree | 9e201affd6167d01403af3f68aa85f5047f96577 /run.sh | |
parent | update (diff) | |
download | faultreiber-b88c0585fedfb24e8cee1b763b55dddbdd50e953.tar.gz faultreiber-b88c0585fedfb24e8cee1b763b55dddbdd50e953.zip |
update
Diffstat (limited to 'run.sh')
-rwxr-xr-x | run.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ #!/bin/sh cd $(dirname $0) -"./faultreiber.py" --targetname autowasm --outdir ./test/ --structs ./test/struct.json --datetime --structsinclude ./resources/structsinclude.h --xml ./resources/wasm.xml --inline -"less" ./test/structs.h +"./faultreiber.py" --targetname autowasm --outdir ./test/ --structs ./test/struct.json --datetime --structsinclude ./resources/structsinclude.h --xml ./resources/wasm.xml --inline --static +"clang-format" -i ./test/read.c ./test/structs.h +#"less" ./test/structs.h |