Kaydet (Commit) 40be3202 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Don't run cppunittester automatically when cross-compiling

üst 4f7e5355
......@@ -25,6 +25,10 @@
# cppunittester is built in this module; cannot use delivered version
# this should be kept in sync with the definition in solenv/inc/settings.mk
.IF "$(CROSS_COMPILING)"=="YES"
CPPUNITTESTER=\#
.ELSE
CPPUNITTESTER = $(AUGMENT_LIBRARY_PATH_LOCAL) $(GDBCPPUNITTRACE) $(VALGRINDTOOL) $(BIN)/cppunittester
.ENDIF
.INCLUDE : _cppunit.mk
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment