[build] Enable building the dev-tools for functional tests
- Factor out the dev-tools into a stand-alone, no-installed program - Built the dev-tools if --enable-testing is specified - Remove the --enable-dev-tools configure option - Allow suffix on the binary name - Update symlinks - Cleanup Makefile
This commit is contained in:
@@ -47,7 +47,7 @@ application::run(int argc, char **argv)
|
||||
{
|
||||
string cmd = get_basename(argv[0]);
|
||||
|
||||
if (cmd == string("pdata_tools")) {
|
||||
if (cmd.find("pdata_tools") == 0) {
|
||||
argc--;
|
||||
argv++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user