ctlseqs/tests/Makefile.am

23 lines
760 B
Makefile
Raw Permalink Normal View History

2020-11-17 06:24:43 +00:00
#
2021-01-10 17:53:38 +00:00
# Copyright (C) 2020,2021 CismonX <admin@cismon.net>
2020-11-17 06:24:43 +00:00
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
2021-01-19 12:08:52 +00:00
AUTOMAKE_OPTIONS = dejagnu
2023-04-11 02:08:18 +00:00
EXTRA_DIST = lib/ctlseqs.exp \
ctlseqs/8bitchar.exp \
ctlseqs/match.exp \
ctlseqs/nomem.exp \
ctlseqs/partial.exp \
ctlseqs/timeout.exp
2021-01-19 12:08:52 +00:00
2023-04-11 02:08:18 +00:00
check_PROGRAMS = tcsgrep
2021-10-30 14:43:54 +00:00
tcsgrep_CPPFLAGS = -I$(top_srcdir)/include
tcsgrep_SOURCES = tcsgrep.c
tcsgrep_LDADD = $(top_builddir)/src/libctlseqs.la
2021-01-19 12:08:52 +00:00
2023-04-11 02:08:18 +00:00
RUNTESTFLAGS = TCSGREP_BIN=$(builddir)/tcsgrep