summaryrefslogtreecommitdiff
path: root/test/attregex/Makefile
blob: 4f6ee9b8b8e199f659410d7fcb3887659a5b22f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

SUBLOC = test/attregex

AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)
VPATH = $(top_srcdir)
USUAL_DIR = $(top_srcdir)

EXTRA_PROGRAMS = testregex.usual testregex.libc

testregex_usual_SOURCES = testregex.c
testregex_usual_DEFS = -DUSUAL -DUSE_INTERNAL_REGEX
testregex_usual_EMBED_LIBUSUAL = 1

testregex_libc_SOURCES = testregex.c

EXTRA_DIST = Makefile run.sh \
	data/basic.dat \
	data/categorize.dat \
	data/forcedassoc.dat \
	data/interpretation.dat \
	data/leftassoc.dat \
	data/nullsubexpr.dat \
	data/repetition.dat \
	data/rightassoc.dat

test: $(EXTRA_PROGRAMS)

include ../../build.mk