]> git.notmuchmail.org Git - notmuch/blobdiff - test/T000-basic.sh
test: check for debug symbols in notmuch
[notmuch] / test / T000-basic.sh
index ebbb6d2ecd995a2447609e119c220ca135f00d8b..bf08f3e66e84f4ce1d392c254c4b4d96546bd291 100755 (executable)
@@ -91,4 +91,9 @@ 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'
+test_subtest_known_broken
+readelf --sections $(which notmuch) | grep \.debug
+test_expect_equal 0 $?
+
 test_done