<checkout/>
<configure options="--with-gtk --disable-debug --enable-stl --enable-std_iostreams --enable-std_string --disable-compat28"/>
<compile-all/>
- <!-- <run-tests/> -->
- <test>
- <description>running tests with timing</description>
- <descriptionDone>run tests</descriptionDone>
- <warnOnFailure/>
- <command>
- <normalize-space>
- cd tests && ./test --timing
- </normalize-space>
- </command>
- </test>
+ <run-tests/>
</steps>
</build>