summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 42a43d1befa32facf552b893e5e124d5ec244044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUBDIRS = src xts5

# Helper target to force generation of tetexec.cfg
.PHONY: tetexec.cfg
tetexec.cfg:
	@rm -f xts5/$@
	@cd xts5 && $(MAKE) $(AM_MAKEFLAGS) $@

# "make check" testing. Override the test set with scenario.
scenario =
check-local: check.sh
	$(SHELL) $(builddir)/check.sh $(scenario)

# Helper target for testing subsets (test-Xopen, etc.)
test-%:
	@$(MAKE) $(AM_MAKEFLAGS) check scenario='$*'

logfile:
	cd xts5 && $(MAKE) logfile