Run crctest on a "make check". Clean up the crctest program on a
authorTheodore Tso <tytso@mit.edu>
Wed, 12 Oct 1994 06:24:39 +0000 (06:24 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 12 Oct 1994 06:24:39 +0000 (06:24 +0000)
"make clean".

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4493 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/crc32/ChangeLog
src/lib/crypto/crc32/Makefile.in

index 7412b0c98c27d814687d22eddf332067b7d56018..b4fc49c6557c901f6bfb9736ac74126d77d6cce1 100644 (file)
@@ -1,3 +1,8 @@
+Wed Oct 12 02:24:04 1994  Theodore Y. Ts'o  (tytso@dcl)
+
+       * Makefile.in: Run crctest on a "make check".  Clean up the
+               crctest program on a "make clean".
+
 Tue Oct  4 14:53:54 1994  Theodore Y. Ts'o  (tytso@dcl)
 
        * crc.c: Added placeholder for magic number
index b62914d4e8f51a170968683232d5a158e793930e..94be07eff0f8037917100a750229d2741cdb2c95 100644 (file)
@@ -13,3 +13,9 @@ crctest: crctest.o $(OBJS)
        $(RM) crctest
        $(CC) -o $@ crctest.o $(LDFLAGS) $(OBJS)
 
+check:: crctest
+       ./crctest < $(srcdir)/crc-test
+
+clean::
+       $(RM) crctest crctest.o
+