Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
7394b5be
Commit
7394b5be
authored
22 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
(TS_SH): New variable. Added
sexp-conv-test. Rev: src/nettle/testsuite/Makefile.am:1.30
parent
2b1fb7fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testsuite/Makefile.am
+7
-3
7 additions, 3 deletions
testsuite/Makefile.am
with
7 additions
and
3 deletions
testsuite/Makefile.am
+
7
−
3
View file @
7394b5be
...
@@ -16,15 +16,19 @@ TS_PROGS = aes-test arcfour-test blowfish-test cast128-test \
...
@@ -16,15 +16,19 @@ TS_PROGS = aes-test arcfour-test blowfish-test cast128-test \
dsa-test dsa-keygen-test
\
dsa-test dsa-keygen-test
\
yarrow-test
yarrow-test
TS_SH
=
sexp-conv-test
TS_ALL
=
$(
TS_PROGS
)
$(
TS_SH
)
noinst_PROGRAMS
=
$(
TS_PROGS
)
noinst_PROGRAMS
=
$(
TS_PROGS
)
LDADD
=
testutils.o
-lnettle
LDADD
=
testutils.o
-lnettle
EXTRA_DIST
=
testutils.c testutils.h
\
EXTRA_DIST
=
$(
TS_SH
)
testutils.c testutils.h
\
run-tests rfc1750.txt
run-tests rfc1750.txt
.PHONY
:
run-tests
.PHONY
:
run-tests
run-tests
:
$(TS_
PROGS
)
run-tests
:
$(TS_
ALL
)
LD_LIBRARY_PATH
=
../.lib
srcdir
=
"
$(
srcdir
)
"
\
LD_LIBRARY_PATH
=
../.lib
srcdir
=
"
$(
srcdir
)
"
\
"
$(
srcdir
)
"
/run-tests
$(
TS_
PROGS
)
"
$(
srcdir
)
"
/run-tests
$(
TS_
ALL
)
check
:
run-tests
check
:
run-tests
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment