From e324218ff4171bcc34f8c1ba530f7db2e1701e39 Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 26 Jun 2017 01:50:07 +0430 Subject: added 4 new command --- bruiser/bruiser.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bruiser/bruiser.h b/bruiser/bruiser.h index a3c9594..cfc9916 100644 --- a/bruiser/bruiser.h +++ b/bruiser/bruiser.h @@ -140,7 +140,11 @@ help CMDHelp[] = { {"strainrecognition()", "", "", "", ""}, {"setmakepath()", "setmakepath(\"../../myproject\")", "tells bruiser where to execute the make command run from make()", "string", "none"}, {"run()", "run(\"myexecutable\")", "runs the mutant", "string", "return value"}, - {"setbinpath()", "setbinpath(\"bin_path\")", "sets the binary path for mutant executable", "string", "none"} + {"setbinpath()", "setbinpath(\"bin_path\")", "sets the binary path for mutant executable", "string", "none"}, + {"getbinpath()", "getbinpath()", "gets the binary path for mutant executable", "none", "string"}, + {"getmakepath()", "getmakepath()", "gets the make path for mutant executable", "none", "string"}, + {"getpaths()", "getpaths()", "gets the currently loaded paths that bruiser looks through", "none", "array of strings"}, + {"getsourcefiles()", "getsourcefiles()", "gets the currently loaded source files that bruiser will look through", "none", "array of strings"} }; /**********************************************************************************************************************/ /** -- cgit v1.2.3