From 0a7fcce8dfd5f9e71bf1cc3848087b796eb2966c Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 19 Oct 2011 11:47:21 +0000 Subject: [PATCH] Build fipscanister.o only by default. Utility build now needs make build_tests --- Makefile.fips | 2 +- README.FIPS | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile.fips b/Makefile.fips index 055dfffc39..703c9f9228 100644 --- a/Makefile.fips +++ b/Makefile.fips @@ -359,7 +359,7 @@ FIPS_EX_OBJ= ../crypto/aes/aes_cfb.o \ ../crypto/uid.o sub_all: build_all -build_all: build_libs build_tests +build_all: build_libs build_libs: build_crypto build_fips diff --git a/README.FIPS b/README.FIPS index efa6ba67cd..c41bab9930 100644 --- a/README.FIPS +++ b/README.FIPS @@ -14,6 +14,10 @@ make Build should complete without errors. +Build test utilities: + +make build_tests + Run test suite: test/fips_test_suite -- 2.25.1