[829] in Kerberos-V5-bugs
Make check in crypto/crc32
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Tue Oct 4 21:15:17 1994
From: epeisach@MIT.EDU
Date: Tue, 4 Oct 1994 21:15:13 -0400
To: krb5-bugs@MIT.EDU
I thought that since the test case existed for the crc32 director, the
Makefile.in should allow for it....
a) remove LDFLAGS - other pargs of the tree simply use CFLAGS... Maybe
this wrong elsewhere... Anyway, LDFLAGS is not configurable....
b) Add check entry
===================================================================
RCS file: /mit/krb5/.cvsroot/src/lib/crypto/crc32/Makefile.in,v
retrieving revision 1.7
diff -c -r1.7 Makefile.in
*** 1.7 1994/07/02 00:50:24
--- Makefile.in 1994/10/05 01:11:14
***************
*** 1,5 ****
CFLAGS = $(CCOPTS) $(DEFS)
- LDFLAGS = -g
all:: $(OBJS)
--- 1,4 ----
***************
*** 11,15 ****
crctest: crctest.o $(OBJS)
$(RM) crctest
! $(CC) -o $@ crctest.o $(LDFLAGS) $(OBJS)
--- 10,19 ----
crctest: crctest.o $(OBJS)
$(RM) crctest
! $(CC) -o $@ crctest.o $(CCFLAGS) $(OBJS)
+ check:: crctest
+ ./crctest < $(srcdir)/crc-test
+
+ clean::
+ $(RM) destest crctest.o