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)