From 64207cfe8c4b9337b62efd8949117310a04c4102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sun, 20 Nov 2005 18:13:25 +0100 Subject: [PATCH] * testsuite/Makefile.in (TS_SH): Added pkcs1-conv-test. Rev: src/nettle/testsuite/Makefile.in:1.15 --- testsuite/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in index 45138e19..7b889451 100644 --- a/testsuite/Makefile.in +++ b/testsuite/Makefile.in @@ -26,7 +26,7 @@ TS_SOURCES = aes-test.c arcfour-test.c arctwo-test.c \ dsa-test.c dsa-keygen-test.c \ yarrow-test.c TARGETS = $(TS_SOURCES:.c=$(EXEEXT)) -TS_SH = sexp-conv-test symbols-test +TS_SH = sexp-conv-test pkcs1-conv-test symbols-test TS_ALL = $(TARGETS) $(TS_SH) EXTRA_SOURCES = sha1-huge-test.c EXTRA_TARGETS = $(EXTRA_SOURCES:.c=$(EXEEXT)) -- GitLab