many updates to change BINDIR to FEISTY_MEOW_BINARIES. expands on previous changes...
[feisty_meow.git] / nucleus / applications / utilities / time_running_app.cpp
index 19bdbafaf40a71937df591137c049d31c3640898..cf8b8141962a38f66cc6f8d84cd086eb45d10883 100644 (file)
@@ -57,7 +57,7 @@ int time_running_app::execute()
   int test_runs = 10000;
 
   time_stamp start;  // start of test.
-  astring bins = environment::get("$BINDIR");
+  astring bins = environment::get("$FEISTY_MEOW_BINARIES");
   astring app = bins + "/example_application";
   // save real stdout.
   int real_stdout = dup(1);