Add code coverage using libexif-testsuite.
[platform/upstream/libexif.git] / test / Makefile.am
1 SUBDIRS = nls
2
3 # Notes about tests:
4 #  - Add "small" tests and stuff here.
5 #  - Add "big"   tests and stuff to explicitly test for (fixed) bugs
6 #    to libexif-testsuite:
7 #    * We don't want to force people to download dozens of big test images
8 #      just for one small library. The ones included here are carefully chosen
9 #      as a basic self-contained regression test set.
10 #    * Proper testing is done with the "exif" program in libexif-testsuite.
11 #      And this is just the lib - we don't have the program available
12 #      here yet.
13
14 TESTS = test-mem test-value test-integers test-parse test-tagtable test-sorted \
15         test-fuzzer parse-regression.sh
16
17 check_PROGRAMS = test-mem test-mnote test-value test-integers test-parse \
18         test-tagtable test-sorted test-fuzzer
19
20 LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)
21
22 EXTRA_DIST = parse-regression.sh