diff options
author | bloodstalker <thabogre@gmail.com> | 2018-08-04 10:01:15 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-08-04 10:01:15 +0000 |
commit | 35d02ccd72a09db1839a4aed6fc65de57c9a0809 (patch) | |
tree | b4959ca73ac37c884c8a14cab2748e3c1ce007e6 /run.sh | |
parent | update (diff) | |
download | faultreiber-35d02ccd72a09db1839a4aed6fc65de57c9a0809.tar.gz faultreiber-35d02ccd72a09db1839a4aed6fc65de57c9a0809.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 --datetime --structsinclude ./resources/structsinclude.h --xml ./resources/wasm.xml --inline --static +"./faultreiber.py" --targetname autowasm --outdir ./test/ --structs ./test/struct.json --datetime --structsinclude ./resources/structsinclude.h --xml ./resources/wasm.xml "clang-format" -i ./test/read.c ./test/structs.h #"less" ./test/structs.h |