aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/lua-scripts
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-07-29 19:52:50 +0000
committerbloodstalker <thabogre@gmail.com>2017-07-29 19:52:50 +0000
commit1d9421e9526d31e90d0744951bc67e47a7261f67 (patch)
tree3ff86b87f3212da7514bfe0756260504e67accc5 /bruiser/lua-scripts
parentnew command (diff)
downloadmutator-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.lua24
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()