xref: /aosp_15_r20/external/libexif/test/Makefile.am (revision 735d6239c16e246968a03ef6e2db00d67bad6cdc)
1*735d6239SKiyoung KimSUBDIRS = nls
2*735d6239SKiyoung Kim
3*735d6239SKiyoung Kim# Notes about tests:
4*735d6239SKiyoung Kim#  - Add "small" tests and stuff here.
5*735d6239SKiyoung Kim#  - Add "big"   tests and stuff to explicitly test for (fixed) bugs
6*735d6239SKiyoung Kim#    to libexif-testsuite:
7*735d6239SKiyoung Kim#    * We don't want to force people to download dozens of test images
8*735d6239SKiyoung Kim#      just for one small library.
9*735d6239SKiyoung Kim#    * Proper testing is done with the "exif" program in libexif-testsuite.
10*735d6239SKiyoung Kim#      And this is just the lib - we don't have the program available
11*735d6239SKiyoung Kim#      here yet.
12*735d6239SKiyoung Kim
13*735d6239SKiyoung KimTESTS = test-mem test-value test-integers test-parse test-tagtable test-sorted
14*735d6239SKiyoung Kim
15*735d6239SKiyoung KimTEST_IMAGES = $(top_srcdir)/daniel-andrews-sample.jpg
16*735d6239SKiyoung Kimexport TEST_IMAGES
17*735d6239SKiyoung Kim
18*735d6239SKiyoung Kimcheck_PROGRAMS = test-mem test-mnote test-value test-integers test-parse \
19*735d6239SKiyoung Kim	test-tagtable test-sorted
20*735d6239SKiyoung Kim
21*735d6239SKiyoung KimLDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)
22