aboutsummaryrefslogtreecommitdiffstats
path: root/run.sh
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-07-22 13:01:57 +0000
committerbloodstalker <thabogre@gmail.com>2018-07-22 13:01:57 +0000
commitb88c0585fedfb24e8cee1b763b55dddbdd50e953 (patch)
tree9e201affd6167d01403af3f68aa85f5047f96577 /run.sh
parentupdate (diff)
downloadfaultreiber-b88c0585fedfb24e8cee1b763b55dddbdd50e953.tar.gz
faultreiber-b88c0585fedfb24e8cee1b763b55dddbdd50e953.zip
update
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/run.sh b/run.sh
index 2266539..f06221f 100755
--- a/run.sh
+++ b/run.sh
@@ -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