summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2014-05-24 13:39:59 +0100
committerMichael Stahl <mstahl@redhat.com>2014-05-26 11:42:53 +0200
commit0fe1835dd0cf7c6ca077278acc6bd1bfe79294bd (patch)
tree7a0fa41fb7c37bd599d4846de6ca2fef597d583f /sal
parent6f1d52af84c91e297933f27eba5b8019d993d707 (diff)
cppunit: always compile with debugging symbols on windows.
Also cleanup some makefile pieces and give better error warnings. Change-Id: I9f20d60f26d5828f60664941946c266c7d166f32 (cherry picked from commit 02638a0865271959e7a424622088eb502721e24c)
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