X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=test-build-install-use;h=66954ccfbd17b163941b73891cd209f89f32c4ad;hp=8bba38504910abc31233210ad4443c873a079b64;hb=0eba1fb4a6427838983c8c0f692c8d6d3209c213;hpb=7f43535628b782bd82c4fbdd1b8f23d7782b0337 diff --git a/test-build-install-use b/test-build-install-use index 8bba385..66954cc 100755 --- a/test-build-install-use +++ b/test-build-install-use @@ -10,8 +10,8 @@ MAKE="dmake" ./configure --prefix="$INSTPREFIX" # todo: at the moment running make dist on clean source does not work $MAKE -#$MAKE distcheck -$MAKE dist +$MAKE distcheck +#$MAKE dist $MAKE install echo "OK: library and code generator compiled and installed" @@ -61,3 +61,4 @@ cd "$EXAMPLE_LIBUSAGE" autoreconf -f -i -M "$INSTDIR/usr/share/aclocal" ./configure --prefix="$INSTPREFIX" $MAKE distcheck +echo "OK: example using installed example lib works"