aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/lua-scripts/regtest.lua
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-10-01 00:47:33 +0000
committerbloodstalker <thabogre@gmail.com>2018-10-01 00:47:33 +0000
commit2b523602df55f803763e44f978645301fe0dc499 (patch)
treee0eb0d0f70baaa100a6bf227d83c5f29b059fbc6 /bruiser/lua-scripts/regtest.lua
parentsome more fixes, mainly for tablegen and fualtreiber, will check later to mak... (diff)
downloadmutator-2b523602df55f803763e44f978645301fe0dc499.tar.gz
mutator-2b523602df55f803763e44f978645301fe0dc499.zip
fixed some more bugs on tablegen and faultreiber's side. you can run the demo file called wasmtest under lua-scripts if you wanna see what we have so far.
Diffstat (limited to 'bruiser/lua-scripts/regtest.lua')
-rw-r--r--bruiser/lua-scripts/regtest.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/bruiser/lua-scripts/regtest.lua b/bruiser/lua-scripts/regtest.lua
index 9cb1250..c45c2ce 100644
--- a/bruiser/lua-scripts/regtest.lua
+++ b/bruiser/lua-scripts/regtest.lua
@@ -7,6 +7,7 @@ function reg_test()
local jmp_table = require("demo2")
local asm_rewriter = require("asmtest")
local wasm_import = require("demo3")
+ local libwasm = require("wasmtest")
local argparse = require("argparse")
@@ -15,6 +16,7 @@ function reg_test()
parser:flag("-j --jmpt")
parser:flag("-a --asm")
parser:flag("-w --wasm")
+ --libwasm.demo("/home/bloodstalker/devi/hell2/bruiser/autogen/wasm/ft/test.wasm")
end