X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FT000-basic.sh;h=ef642457ffafb85fb32940401bc6c3c15e68a43d;hb=a57b3d43033103a1efda78ab2e5f273c217a1834;hp=ebbb6d2ecd995a2447609e119c220ca135f00d8b;hpb=320f86c30a51017c2afd1b5ac02aaf2cb0affcd7;p=notmuch diff --git a/test/T000-basic.sh b/test/T000-basic.sh index ebbb6d2e..ef642457 100755 --- a/test/T000-basic.sh +++ b/test/T000-basic.sh @@ -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 $(which notmuch) | grep \.debug +test_expect_equal 0 $? + test_done