diff options
author | bloodstalker <thabogre@gmail.com> | 2017-07-29 19:52:50 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-07-29 19:52:50 +0000 |
commit | 1d9421e9526d31e90d0744951bc67e47a7261f67 (patch) | |
tree | 3ff86b87f3212da7514bfe0756260504e67accc5 /bruiser/lua-scripts | |
parent | new command (diff) | |
download | mutator-1d9421e9526d31e90d0744951bc67e47a7261f67.tar.gz mutator-1d9421e9526d31e90d0744951bc67e47a7261f67.zip |
new lua test file for bruiser
Diffstat (limited to 'bruiser/lua-scripts')
-rw-r--r-- | bruiser/lua-scripts/smoketest.lua | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/bruiser/lua-scripts/smoketest.lua b/bruiser/lua-scripts/smoketest.lua new file mode 100644 index 0000000..f278365 --- /dev/null +++ b/bruiser/lua-scripts/smoketest.lua @@ -0,0 +1,24 @@ +help() +--hijackmain() +clear() +history() +Vars() +Funcs() +Classes() +Structs() +Arrays() +Unions() +historysize(150) +showsource(1,5,"test.cpp") +--extractmutagen() +setmakepath("./test/bruisertest") +setbinpath("./test/bruisertest") +make("clean") +make("all") +run("test") +getmakepath() +getbinpath() +getpaths() +getsourcefiles() +changedirectory("/home/bloodstalker") +pwd() |