aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/lua-scripts/smoketest.lua
blob: f2783657b073e0fcd695e064d08d03dc4f38c82f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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()