summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2014-02-26 07:28:38 +0000
committerMarcus Meissner <marcus@jet.franken.de>2014-02-26 07:28:38 +0000
commit9952f513f9938ff6898d2f8c7ba21c28cc7a44c9 (patch)
tree8546410467c0b70133f2a48377363b9746ccd5be /tests
parentac04ac3bf40ba69e165ef0fcd8d7ab2dca7b1a6d (diff)
downloadlibgphoto2-9952f513f9938ff6898d2f8c7ba21c28cc7a44c9.tar.gz
fixed building
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@14798 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 \