diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 17:00:20 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 17:00:20 +0200 |
commit | 3759ce55ba79b8d3b9d8ed247a252273ee7dade3 (patch) | |
tree | d69692a274dd1c7d0672e6bb7155a0fc106f9d49 /testsuite/backend/genesys/Makefile.am | |
parent | c8bd2513ecba169cff44c09c8058c36987357b18 (diff) | |
parent | 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f (diff) |
Update upstream source from tag 'upstream/1.0.28'
Update to upstream version '1.0.28'
with Debian dir ec5bb298266630fc3801ff6dc0c258f6df7ba979
Diffstat (limited to 'testsuite/backend/genesys/Makefile.am')
-rw-r--r-- | testsuite/backend/genesys/Makefile.am | 23 |
1 files changed, 23 insertions, 0 deletions
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) |