Add t_inetd.c to the source tree. This program simulates the starting of
[krb5.git] / src / tests / dejagnu / Makefile.in
1 RUNTEST = @RUNTEST@
2 RUNTESTFLAGS =
3
4 all install::
5
6 check:: check-$(RUNTEST)
7
8 check-::
9         @echo "Dejagnu is not installed on this system. No tests run."
10
11 check-runtest:: t_inetd
12         $(RUNTEST) --tool krb --srcdir $(srcdir) $(RUNTESTFLAGS)
13
14 CFLAGS = $(CCOPTS) $(DEFS)
15
16 t_inetd:: t_inetd.o $(DEPLIBS)
17         $(LD) $(LDFLAGS) $(LDARGS) -o t_inetd t_inetd.o -lcom_err
18
19 clean::
20         $(RM) t_inetd t_inetd.o