trying to make the tests run in trunk release build again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
992d6e1e2c
commit
7fee9773c6
@ -29,7 +29,16 @@
|
|||||||
<configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
|
<configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
|
||||||
<compile-all/>
|
<compile-all/>
|
||||||
<!-- <run-tests/> -->
|
<!-- <run-tests/> -->
|
||||||
cd tests && ./test --timing
|
<test>
|
||||||
|
<description>running tests with timing</description>
|
||||||
|
<descriptionDone>run tests</descriptionDone>
|
||||||
|
<warnOnFailure/>
|
||||||
|
<command>
|
||||||
|
<normalize-space>
|
||||||
|
cd tests && ./test --timing
|
||||||
|
</normalize-space>
|
||||||
|
</command>
|
||||||
|
</test>
|
||||||
</steps>
|
</steps>
|
||||||
</build>
|
</build>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user