]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-mingw: PulseView: Add -DENABLE_TESTS=y again.
authorUwe Hermann <redacted>
Fri, 27 Feb 2015 15:21:30 +0000 (16:21 +0100)
committerUwe Hermann <redacted>
Fri, 27 Feb 2015 15:21:30 +0000 (16:21 +0100)
This helps to notice build issues in the test suite as well.

cross-compile/mingw/sigrok-cross-mingw

index 8f59f778573c61c0ac99ebb999bfd4920f25f3e5..d8c1707124b2dbf3aa358a5e0b67132b3e1043f7 100755 (executable)
@@ -181,7 +181,7 @@ cd ..
 # PulseView
 $GIT_CLONE git://sigrok.org/pulseview
 cd pulseview
 # PulseView
 $GIT_CLONE git://sigrok.org/pulseview
 cd pulseview
-cmake $CM -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DDISABLE_WERROR=y .
+cmake $CM -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX -DDISABLE_WERROR=y -DENABLE_TESTS=y .
 make $PARALLEL $V
 make install/strip $V
 makensis -DHOME=$HOME contrib/pulseview_cross.nsi
 make $PARALLEL $V
 make install/strip $V
 makensis -DHOME=$HOME contrib/pulseview_cross.nsi