2005-12-27 Lutz Mueller <lutz@topfrose.de>
[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 test images
8 #      just for one small library.
9 #    * Proper testing is done with the "exif" program in libexif-testsuite.
10 #      And this is just the lib - we don't have the program available
11 #      here yet.
12
13 TESTS = test-mem test-value
14
15 check_PROGRAMS = test-mem test-mnote test-value
16
17 test_mem_LDADD   = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)
18
19 test_mnote_LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)
20
21 test_value_LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL)