Print this page
12595 restructure digest crypto-tests
Reviewed by: Jason King <jason.king@joyent.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Change-Id: Id850230fe9e9e0ee9eb39066b3c07e25739866f8

*** 9,21 **** # http://www.illumos.org/license/CDDL. # # # Copyright 2019 Joyent, Inc. # CRYPTO = pkcs kcf ! COMMON_OBJS = main.o TESTROOT = $(ROOT)/opt/crypto-tests/tests/digest include $(SRC)/test/crypto-tests/tests/Makefile.crypto --- 9,22 ---- # http://www.illumos.org/license/CDDL. # # # Copyright 2019 Joyent, Inc. + # Copyright 2020 Oxide Computer Company # CRYPTO = pkcs kcf ! COMMON_OBJS = parser_runner.o TESTROOT = $(ROOT)/opt/crypto-tests/tests/digest include $(SRC)/test/crypto-tests/tests/Makefile.crypto