From 9952f513f9938ff6898d2f8c7ba21c28cc7a44c9 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 26 Feb 2014 07:28:38 +0000 Subject: fixed building git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14798 67ed7778-7388-44ab-90cf-0a291f65f57c --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 1358d20a1..bc8512e3c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,7 +24,8 @@ AM_CPPFLAGS += -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_por CLEANFILES = $(check_SCRIPTS) -noinst_PROGRAMS += test-endian +TESTS += test-endian +check_PROGRAMS += test-endian test_endian_SOURCE = test-endian.c test_endian_LDADD = \ $(top_builddir)/libgphoto2/libgphoto2.la \ -- cgit v1.2.1