Merge branch 'travis-test-fail'
Run "make failtest" in Travis CI builds. See https://github.com/wxWidgets/wxWidgets/pull/1767
This commit is contained in:
@@ -62,6 +62,7 @@ case $wxTOOLSET in
|
|||||||
echo -en 'travis_fold:end:script.build\\r'
|
echo -en 'travis_fold:end:script.build\\r'
|
||||||
|
|
||||||
echo 'Building tests...' && echo -en 'travis_fold:start:script.tests\\r'
|
echo 'Building tests...' && echo -en 'travis_fold:start:script.tests\\r'
|
||||||
|
make -C tests $wxJOBS failtest
|
||||||
make -C tests $wxJOBS
|
make -C tests $wxJOBS
|
||||||
echo -en 'travis_fold:end:script.tests\\r'
|
echo -en 'travis_fold:end:script.tests\\r'
|
||||||
|
|
||||||
|
@@ -1112,7 +1112,7 @@ failtest_weakref:
|
|||||||
fi; \
|
fi; \
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
.PHONY: failtest
|
.PHONY: failtest failtest_combobox failtest_evthandler failtest_weakref
|
||||||
|
|
||||||
# Include dependency info, if present:
|
# Include dependency info, if present:
|
||||||
@IF_GNU_MAKE@-include ./.deps/*.d
|
@IF_GNU_MAKE@-include ./.deps/*.d
|
||||||
|
@@ -376,7 +376,7 @@ failtest_weakref:
|
|||||||
fi; \
|
fi; \
|
||||||
exit 0
|
exit 0
|
||||||
|
|
||||||
.PHONY: failtest
|
.PHONY: failtest failtest_combobox failtest_evthandler failtest_weakref
|
||||||
</fragment>
|
</fragment>
|
||||||
|
|
||||||
</makefile>
|
</makefile>
|
||||||
|
Reference in New Issue
Block a user