Update the exif-entry.c (#32)
[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 test-null parse-regression.sh swap-byte-order.sh \
16         extract-parse.sh
17
18 if USE_FAILMALLOC
19 TESTS += check-failmalloc.sh
20 endif
21
22 check_PROGRAMS = test-mem test-mnote test-value test-integers test-parse \
23         test-tagtable test-sorted test-fuzzer test-extract test-null
24
25 LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)
26
27 EXTRA_DIST = check-vars.sh.in parse-regression.sh swap-byte-order.sh \
28         extract-parse.sh check-failmalloc.sh \
29         testdata/canon_makernote_variant_1.jpg \
30         testdata/canon_makernote_variant_1.jpg.parsed \
31         testdata/fuji_makernote_variant_1.jpg \
32         testdata/fuji_makernote_variant_1.jpg.parsed \
33         testdata/olympus_makernote_variant_2.jpg \
34         testdata/olympus_makernote_variant_2.jpg.parsed \
35         testdata/olympus_makernote_variant_3.jpg \
36         testdata/olympus_makernote_variant_3.jpg.parsed \
37         testdata/olympus_makernote_variant_4.jpg \
38         testdata/olympus_makernote_variant_4.jpg.parsed \
39         testdata/olympus_makernote_variant_5.jpg \
40         testdata/olympus_makernote_variant_5.jpg.parsed \
41         testdata/pentax_makernote_variant_2.jpg \
42         testdata/pentax_makernote_variant_2.jpg.parsed \
43         testdata/pentax_makernote_variant_3.jpg \
44         testdata/pentax_makernote_variant_3.jpg.parsed \
45         testdata/pentax_makernote_variant_4.jpg \
46         testdata/pentax_makernote_variant_4.jpg.parsed