Add OCB test program to ‘make check’
Signed-off-by: Anders Kaseorg <andersk@mit.edu> Closes #392.
This commit is contained in:
committed by
Keith Winstein
parent
7b9e548aa0
commit
b6f17917f6
+12
-2
@@ -3,12 +3,22 @@ AM_CXXFLAGS = $(WARNING_CXXFLAGS) $(PICKY_CXXFLAGS) $(HARDEN_CFLAGS) $(MISC_CXXF
|
||||
|
||||
noinst_LIBRARIES = libmoshcrypto.a
|
||||
|
||||
libmoshcrypto_a_SOURCES = \
|
||||
OCB_SRCS = \
|
||||
ae.h \
|
||||
ocb.cc
|
||||
|
||||
libmoshcrypto_a_SOURCES = \
|
||||
$(OCB_SRCS) \
|
||||
base64.cc \
|
||||
base64.h \
|
||||
byteorder.h \
|
||||
crypto.cc \
|
||||
crypto.h \
|
||||
ocb.cc \
|
||||
prng.h
|
||||
|
||||
check_PROGRAMS = ocb-test
|
||||
TESTS = ocb-test
|
||||
|
||||
ocb_test_SOURCES = $(OCB_SRCS)
|
||||
ocb_test_CPPFLAGS = -DOCB_TEST_PROGRAM
|
||||
ocb_test_LDADD = $(OPENSSL_LIBS)
|
||||
|
||||
Reference in New Issue
Block a user