blob: 9f4aa0d16a8fad400ecf6164b7d0d1c1afec5a0e (
plain) (
blame)
1
2
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 --inline
|