This repository has been archived on 2021-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
modetw/tests/Makefile.am

16 lines
352 B
Makefile
Raw Permalink Normal View History

TESTS = \
check_check
noinst_PROGRAMS = \
check_check
check_check_SOURCES = \
2021-06-03 00:34:12 +02:00
check_check.c \
check_file_t.c \
check_exception_t.c \
2021-06-03 00:34:12 +02:00
check_calibrate.c
2021-06-12 11:01:11 +02:00
check_check_CPPFLAGS= $(CPPFLAGS)
check_check_CFLAGS= $(CFLAGS) $(CHECK_CFLAGS)
check_check_LDFLAGS= $(LDFLAGS) $(CHECK_LIBS)
check_check_LDADD = $(top_builddir)/src/libmodetw.la