aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/lua-scripts/pre2.lua
blob: 9abd811f76380213aa4a8acae69766b5667e5cca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
setmakepath("./test/bruisertest")
setbinpath("./test/bruisertest")
make("clean")
make("all")
--extractmutagen("test.cpp")
text = hijackmain()
file = io.open("./test/bruisertest/mutant.cpp", "w")
print("------------------------------------------------------------------")
print(text)
print("------------------------------------------------------------------")
file:write()
file:close()