From 2a34c7b9804f545a9c3f4afe85a8f423914e97ac Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Fri, 13 Dec 2013 08:32:44 +0100 Subject: testmain: let user know we are entering an infinite loop --- native/src/testmain.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/native/src/testmain.cpp b/native/src/testmain.cpp index acb930b..da6f20a 100644 --- a/native/src/testmain.cpp +++ b/native/src/testmain.cpp @@ -1023,6 +1023,8 @@ int main(int argc, char** argv) // Run the LP code in a loop to see if memory footprint increases // significantly. + cout << endl << endl << "Running LP code in a loop to test for memory " + << "leaks." << endl << "Press CTRL+C to exit..." << endl; while (check_for_memory_leaks) { results = lp_dflp_bounds(rsi, loc); delete results; -- cgit v1.2.2