diff options
author | bloodstalker <thabogre@gmail.com> | 2018-09-10 14:01:59 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-09-10 14:01:59 +0000 |
commit | 69360b15987798dfbffbc4c5688d1a8108945ff1 (patch) | |
tree | 8b69055cf9ca8b90c1cc47be9f63ac4a82d54d07 /bruiser/autogen/wasm/ft.sh | |
parent | jmp_t_s now uses the new way of registering tables, the 5.3 way. bruiser is s... (diff) | |
download | mutator-69360b15987798dfbffbc4c5688d1a8108945ff1.tar.gz mutator-69360b15987798dfbffbc4c5688d1a8108945ff1.zip |
begenning to integrate and test both the codegens. run git pull for faultreiber and tablegen.
Diffstat (limited to 'bruiser/autogen/wasm/ft.sh')
-rwxr-xr-x | bruiser/autogen/wasm/ft.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bruiser/autogen/wasm/ft.sh b/bruiser/autogen/wasm/ft.sh new file mode 100755 index 0000000..e5a1e05 --- /dev/null +++ b/bruiser/autogen/wasm/ft.sh @@ -0,0 +1,5 @@ +#!/bin/sh +cd $(dirname $0) +"../../faultreiber/faultreiber.py" --name wasm --outdir ./ft/ --datetime --xml ./ft/wasm.xml +#"clang-format" -i ./test/read.c ./test/structs.c ./test/structs.h ./test/aggregate.c ./test/aggregate.h ./test/read.h +#"less" ./test/structs.h |