From: Hubert F. <hfi...@us...> - 2005-06-20 03:40:36
|
Update of /cvsroot/libexif/libexif/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28612/test Modified Files: Makefile.am Log Message: * test/Makefile.am (check_PROGRAMS): added check for make check Index: Makefile.am =================================================================== RCS file: /cvsroot/libexif/libexif/test/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -u -p -d -r1.15 -r1.16 --- Makefile.am 30 Mar 2005 07:55:03 -0000 1.15 +++ Makefile.am 20 Jun 2005 03:40:16 -0000 1.16 @@ -1,6 +1,8 @@ SUBDIRS = nls -noinst_PROGRAMS = test-mem test-mnote test-value +TESTS = test-mem test-mnote test-value + +check_PROGRAMS = test-mem test-mnote test-value test_mem_LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL) test_mnote_LDADD = $(top_builddir)/libexif/libexif.la $(LTLIBINTL) |