diff options
author | bloodstalker <thabogre@gmail.com> | 2018-07-14 12:54:36 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-07-14 12:54:36 +0000 |
commit | 23a01d86ec3b8e93f82e49f16830a2f32b9d424b (patch) | |
tree | b09c62b8e6225de641380280d4116ef2a1ccc6e5 /run.sh | |
parent | update (diff) | |
download | faultreiber-23a01d86ec3b8e93f82e49f16830a2f32b9d424b.tar.gz faultreiber-23a01d86ec3b8e93f82e49f16830a2f32b9d424b.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ #!/bin/sh cd $(dirname $0) -"./faultreiber.py" --targetname autowasm --outdir ./test/ --structs ./test/struct.json --datetime --structsinclude ./resources/structsinclude.h --xml ./resources/wasm.xml +"./faultreiber.py" --targetname autowasm --outdir ./test/ --structs ./test/struct.json --datetime --structsinclude ./resources/structsinclude.h --xml ./resources/wasm.xml --inline |