Skip to content

Commit

Permalink
* Added a STK inspection tool (stk_inspect)
Browse files Browse the repository at this point in the history
  • Loading branch information
jredmondson committed Sep 23, 2018
1 parent 9edc711 commit c5251cb
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Madara.mpc
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,25 @@ project (KaRL) : using_madara, no_karl, using_ssl, using_lz4 {
}
}

project (Stk_Inspect) : using_madara, no_karl, using_ssl, using_lz4 {
exeout = $(MADARA_ROOT)/bin
exename = stk_inspect

libs += capnpc

after = Madara

Documentation_Files {
}

Header_Files {
}

Source_Files {
tools/stk_inspect.cpp
}
}

project (mabundle) : using_madara, no_karl, using_ssl, using_lz4, using_filesystem {
exeout = $(MADARA_ROOT)/bin
exename = mabundle
Expand Down
1 change: 1 addition & 0 deletions tools/karl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ void handle_arguments (int argc, char ** argv)
" of save_context (only ran once)\n" \
" [--meta-prefix prefix] store checkpoint meta data at knowledge prefix\n" \
" [--use-id] use the id of the checkpointed binary load\n" \
" [-v|--version] print current MADARA version\n" \
"\n",
argv[0]);
exit (0);
Expand Down

0 comments on commit c5251cb

Please sign in to comment.