File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -45,3 +45,5 @@ build_script:
45
45
- ..\cabal test integration-tests2 --show-details=streaming --test-option=--hide-successes
46
46
- ..\cabal test solver-quickcheck --show-details=streaming --test-option=--hide-successes --test-option=--quickcheck-tests=1000
47
47
- ..\cabal test memory-usage-tests --show-details=streaming
48
+ - cd ..\cabal-testsuite
49
+ - dist\build\cabal-tests\cabal-tests.exe -j3 --skip-setup-tests --with-cabal=..\cabal-install\dist\build\cabal\cabal.exe
Original file line number Diff line number Diff line change @@ -128,6 +128,8 @@ timed ${CABAL_INSTALL_BDIR}/build/cabal/cabal update
128
128
(cd cabal-install && timed ${CABAL_INSTALL_BDIR} /build/integration-tests2/integration-tests2 $TEST_OPTIONS ) || exit $?
129
129
(cd cabal-install && timed ${CABAL_INSTALL_BDIR} /build/memory-usage-tests/memory-usage-tests $TEST_OPTIONS ) || exit $?
130
130
131
+ (cd cabal-testsuite && timed ${CABAL_TESTSUITE_BDIR} /build/cabal-tests/cabal-tests -j3 --skip-setup-tests --with-cabal ${CABAL_INSTALL_BDIR} /build/cabal/cabal $TEST_OPTIONS ) || exit $?
132
+
131
133
# Haddock
132
134
(cd cabal-install && timed ${CABAL_INSTALL_SETUP} haddock --builddir=${CABAL_INSTALL_BDIR} ) || exit $?
133
135
You can’t perform that action at this time.
0 commit comments