Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marcus Hoffmann
nettle
Commits
7394b5be
Commit
7394b5be
authored
Nov 07, 2002
by
Niels Möller
Browse files
(TS_SH): New variable. Added
sexp-conv-test. Rev: src/nettle/testsuite/Makefile.am:1.30
parent
2b1fb7fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/Makefile.am
View file @
7394b5be
...
...
@@ -16,15 +16,19 @@ TS_PROGS = aes-test arcfour-test blowfish-test cast128-test \
dsa-test dsa-keygen-test
\
yarrow-test
TS_SH
=
sexp-conv-test
TS_ALL
=
$(TS_PROGS)
$(TS_SH)
noinst_PROGRAMS
=
$(TS_PROGS)
LDADD
=
testutils.o
-lnettle
EXTRA_DIST
=
testutils.c testutils.h
\
EXTRA_DIST
=
$(TS_SH)
testutils.c testutils.h
\
run-tests rfc1750.txt
.PHONY
:
run-tests
run-tests
:
$(TS_
PROGS
)
run-tests
:
$(TS_
ALL
)
LD_LIBRARY_PATH
=
../.lib
srcdir
=
"
$(srcdir)
"
\
"
$(srcdir)
"
/run-tests
$(TS_
PROGS
)
"
$(srcdir)
"
/run-tests
$(TS_
ALL
)
check
:
run-tests
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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