summaryrefslogtreecommitdiffstats
path: root/src/tests/dejagnu/Makefile.in
blob: 9ca7aa48433a5ad2399143723f80aef3812b2da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
RUNTEST = @RUNTEST@
RUNTESTFLAGS =

all install::

check:: check-$(RUNTEST)

check-::
	@echo "Dejagnu is not installed on this system. No tests run."

check-runtest::
	$(RUNTEST) --tool krb --srcdir $(srcdir) $(RUNTESTFLAGS)