Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brian Smith
nettle
Commits
5291a0bd
Commit
5291a0bd
authored
Oct 01, 2002
by
Niels Möller
Browse files
* examples/Makefile.am (TS_PROGS): New variable. Run tests.
Rev: src/nettle/examples/Makefile.am:1.6
parent
c1581854
Changes
1
Show whitespace changes
Inline
Side-by-side
examples/Makefile.am
View file @
5291a0bd
...
@@ -6,3 +6,13 @@ noinst_PROGRAMS = nettle-benchmark @RSA_EXAMPLES@
...
@@ -6,3 +6,13 @@ noinst_PROGRAMS = nettle-benchmark @RSA_EXAMPLES@
LDADD
=
io.o ../libnettle.a
LDADD
=
io.o ../libnettle.a
nettle_benchmark_LDADD
=
../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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment