diff options
-rw-r--r-- | Makefile.fips | 2 | ||||
-rw-r--r-- | README.FIPS | 4 |
2 files changed, 5 insertions, 1 deletions
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 |