(no commit message)
[libt2n] / test-build-install-use
index 8bba385..66954cc 100755 (executable)
@@ -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"