summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-05-24 13:39:59 +0100
committerMichael Meeks <michael.meeks@collabora.com>2014-05-24 20:05:46 +0100
commit02638a0865271959e7a424622088eb502721e24c (patch)
tree822c239736b2bf6c7827c53564960b7509827690 /sal
parentf2a01771ea967c09ceeca47b6159bf993bd33773 (diff)
cppunit: always compile with debugging symbols on windows.
Also cleanup some makefile pieces and give better error warnings. Change-Id: I9f20d60f26d5828f60664941946c266c7d166f32
Diffstat (limited to 'sal')
-rw-r--r--sal/cppunittester/cppunittester.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/cppunittester/cppunittester.cxx b/sal/cppunittester/cppunittester.cxx
index 7ac8ab5d676c..b42bf3a4d7ce 100644
--- a/sal/cppunittester/cppunittester.cxx
+++ b/sal/cppunittester/cppunittester.cxx
@@ -214,6 +214,7 @@ public:
std::cerr << "please check your PATH variable and re-autogen.\n";
}
#endif
+ std::cerr << "Path is '" << getenv("PATH") << "'\n";
return false;
}
#endif