11308: Merge branch 'master' into 11308-python3
[arvados.git] / build / run-tests.sh
index cb4c82b6352a3bf8cd1573b6c45010b00f6849bc..9649d7bb838b04d5351d75f20b8de0e4e28b319d 100755 (executable)
@@ -179,6 +179,9 @@ sanity_checks() {
     echo -n 'fuse.h: '
     find /usr/include -wholename '*fuse/fuse.h' \
         || fatal "No fuse/fuse.h. Try: apt-get install libfuse-dev"
+    echo -n 'gnutls.h: '
+    find /usr/include -wholename '*gnutls/gnutls.h' \
+        || fatal "No gnutls/gnutls.h. Try: apt-get install libgnutls28-dev"
     echo -n 'pyconfig.h: '
     find /usr/include -name pyconfig.h | egrep --max-count=1 . \
         || fatal "No pyconfig.h. Try: apt-get install python-dev"