X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT000-basic.sh;h=0a8d6cdf40fc3ecc83d05f5347cd73c67e62f5f8;hp=ebbb6d2ecd995a2447609e119c220ca135f00d8b;hb=14c60cf168ac3b0f277188c16e6012b7ebdadde7;hpb=320f86c30a51017c2afd1b5ac02aaf2cb0affcd7 diff --git a/test/T000-basic.sh b/test/T000-basic.sh index ebbb6d2e..0a8d6cdf 100755 --- a/test/T000-basic.sh +++ b/test/T000-basic.sh @@ -14,7 +14,7 @@ then exit 1 fi -. ./test-lib.sh +. ./test-lib.sh || exit 1 ################################################################ # Test harness @@ -91,4 +91,8 @@ test_expect_equal \ "$(dirname ${TEST_DIRECTORY})" \ "$(echo $PATH|cut -f1 -d: | sed -e 's,/test/valgrind/bin$,,')" +test_begin_subtest 'notmuch is compiled with debugging symbols' +readelf --sections $(command -v notmuch) | grep \.debug +test_expect_equal 0 $? + test_done