aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/lua-scripts/smoketest.lua
blob: c53fd9a46ff33fb5322bba37620d7346e9dd3501 (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
25
help()
hijackmain()
clear()
history()
Vars()
Funcs()
Classes()
Structs()
Arrays()
Unions()
historysize(1500)
a=showsource(1,5,"test.cpp")
print(a)
extractmutagen()
setmakepath("./test/bruisertest")
setbinpath("./test/bruisertest")
make("clean")
make("all")
run("test")
getmakepath()
getbinpath()
getpaths()
getsourcefiles()
changedirectory("/home/bloodstalker")
pwd()