]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/x509/Makefile
Add test for CVE-2015-1793
[thirdparty/openssl.git] / crypto / x509 / Makefile
index 72c82278f43ddc26cb496f515408b6dae7302c21..aac3ece18cb246b4e951e35608eacd4e37c27d24 100644 (file)
@@ -13,7 +13,7 @@ AR=           ar r
 CFLAGS= $(INCLUDES) $(CFLAG)
 
 GENERAL=Makefile README
-TEST=
+TEST=verify_extra_test.c
 APPS=
 
 LIB=$(TOP)/libcrypto.a
@@ -71,6 +71,8 @@ tests:
 lint:
        lint -DLINT $(INCLUDES) $(SRC)>fluff
 
+update: depend
+
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)