9c54473f77429843852a44378c45428867c8c3e4
[debian/amanda] / device-src / tests / Makefile.am
1 # Makefile for Amanda tape library.
2
3 INCLUDES =      -I$(top_builddir)/common-src \
4                 -I$(top_srcdir)/common-src \
5                 -I$(top_srcdir)/gnulib \
6                 -I$(top_srcdir)/device-src
7
8 # automake-style tests
9
10 noinst_PROGRAMS = queue_test device_test $(TESTS)
11
12 ###
13 # Because libamanda includes routines (e.g. regex) provided by some system
14 # libraries, and because of the way libtool sets up the command line, we
15 # need to list libamanda twice here, first to override the system library
16 # routines, and second to pick up any references in the other libraries.
17 ###
18 LDADD = ../../common-src/libamanda.la \
19         ../libamdevice.la \
20         ../../common-src/libamanda.la \
21         ../../gnulib/libgnu.la
22
23
24 TESTS = semaphore-test vfs_test
25
26 semaphore_test_SOURCES = semaphore-test.c
27
28 vfs_test_SOURCES = vfs_test.c