Skip to content
Snippets Groups Projects
Commit 5291a0bd authored by Niels Möller's avatar Niels Möller
Browse files

* examples/Makefile.am (TS_PROGS): New variable. Run tests.

Rev: src/nettle/examples/Makefile.am:1.6
parent c1581854
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,13 @@ noinst_PROGRAMS = nettle-benchmark @RSA_EXAMPLES@
LDADD = io.o ../libnettle.a
nettle_benchmark_LDADD = ../libnettle.a
TS_PROGS = rsa-sign-test rsa-verify-test
EXTRA_DIST = io.c io.h run-tests $(TS_PROGS)
.PHONY: run-tests
run-tests: $(TS_PROGS)
srcdir="$(srcdir)" "$(srcdir)"/run-tests $(TS_PROGS)
check: run-tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment