moved to gitlab
[psensor.git] / scripts / check.sh
diff --git a/scripts/check.sh b/scripts/check.sh
deleted file mode 100755 (executable)
index c354a66..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-SCRIPT_DIR=`dirname $0`
-cd $SCRIPT_DIR/..
-
-./configure --prefix=/tmp CC=cgcc CPPFLAGS="-Wsparse-all -DCURL_DISABLE_TYPECHECK -Wno-old-initializer" || exit 1
-make clean || exit 1
-make all check install distcheck 3>&1 1>&2 2>&3 | grep -v "^/usr/include" | tee /tmp/err 
-
-cat /tmp/err
-
-echo Number of warnings: `cat /tmp/err|wc -l`
-
-export G_DEBUG=fatal_warnings
-
-$SCRIPT_DIR/../src/psensor