%%check: restore 'make cl_test'

was accidentally removed in recent commit
This commit is contained in:
Rex Dieter 2014-10-09 10:16:42 -05:00
parent 7c5091f93e
commit c87a8559aa

View File

@ -110,6 +110,7 @@ test "$(pkg-config --modversion libclucene-core)" = "%{version}"
# FIXME: make tests non-fatal for ppc and s390 (big endian 32 bit archs) until we have a proper fix
#ifnarch ppc s390
export CTEST_OUTPUT_ON_FAILURE=1
make -C %{_target_platform} cl_test && \
time make -C %{_target_platform} test ARGS="--timeout 300 --output-on-failure" ||:
#endif