From 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 31 Jul 2019 16:59:49 +0200 Subject: New upstream version 1.0.28 --- testsuite/backend/genesys/Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testsuite/backend/genesys/Makefile.am (limited to 'testsuite/backend/genesys/Makefile.am') diff --git a/testsuite/backend/genesys/Makefile.am b/testsuite/backend/genesys/Makefile.am new file mode 100644 index 0000000..1332cf8 --- /dev/null +++ b/testsuite/backend/genesys/Makefile.am @@ -0,0 +1,23 @@ +## Makefile.am -- an automake template for Makefile.in file +## Copyright (C) 2019 Sane Developers. +## +## This file is part of the "Sane" build infra-structure. See +## included LICENSE file for license information. + +TEST_LDADD = \ + ../../../sanei/libsanei.la \ + ../../../lib/liblib.la \ + ../../../backend/libgenesys.la \ + ../../../backend/sane_strstatus.lo \ + $(MATH_LIB) $(USB_LIBS) $(PTHREAD_LIBS) + +check_PROGRAMS = genesys_tests +TESTS = $(check_PROGRAMS) + +AM_CPPFLAGS += -I. -I$(srcdir) -I$(top_builddir)/include -I$(top_srcdir)/include $(USB_CFLAGS) \ + -DBACKEND_NAME=genesys + +genesys_tests_SOURCES = tests.cc tests.h minigtest.cc minigtest.h \ + tests_calibration.cc + +genesys_tests_LDADD = $(TEST_LDADD) -- cgit v1.2.3