]> mj.ucw.cz Git - libucw.git/blobdiff - debug/check-configs
tableprinter: removed some obsolete FIXME, added some comments
[libucw.git] / debug / check-configs
index c2f32e6db8d178bc649f29b5340f723f4aff9e81..e8787bf951cdf4fade67e7a8e8f41e1da7f6e33e 100755 (executable)
@@ -35,7 +35,7 @@ function try
                make $MAKEOPTS || die FAILED
                echo >&3 "      COMPILATION PASSED"
                if [ -z "$SKIP_TESTS" ] ; then
-                       make -k tests || die "TESTS FAILED"
+                       make -k -j1 tests || die "TESTS FAILED"
                        echo >&3 "      TESTS PASSED"
                fi
        ) || ERR=1
@@ -44,7 +44,7 @@ function try
 rm -rf tests
 mkdir tests
 if [ "$1" == DARWIN ] ; then
-       # All tests on Darwin need CONFIG_SHARED, due to libcharset collision
+       # All tests on Darwin need CONFIG_SHARED, due to libucw-charset collision
        # only visible with static linking.
        FLAGS="CONFIG_SHARED"
        try debug/default.cfg $FLAGS CONFIG_UCW_PCRE                                    # `make tests' does not work with non-local builds with shared libs