Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
lsh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LSH
lsh
Commits
285f4cb7
Commit
285f4cb7
authored
Feb 04, 2001
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/testsuite/Makefile.am (TS_SH, TS_MORE_SH): Added a few more
tests. Rev: src/testsuite/Makefile.am:1.24
parent
a0fa85e6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/testsuite/Makefile.am
src/testsuite/Makefile.am
+4
-2
No files found.
src/testsuite/Makefile.am
View file @
285f4cb7
...
@@ -7,12 +7,14 @@ CFLAGS = @CFLAGS@ -O0
...
@@ -7,12 +7,14 @@ CFLAGS = @CFLAGS@ -O0
# Tests that can be used without any special setup.
# Tests that can be used without any special setup.
TS_PROGS
=
arcfour-test des-test rijndael-test twofish-test
\
TS_PROGS
=
arcfour-test des-test rijndael-test twofish-test
\
md5-test sha1-test rsa-test dsa-test spki-tag-test
md5-test sha1-test rsa-test dsa-test spki-tag-test
TS_SH
=
conv-test keygen-test keygen-2-test
TS_SH
=
conv-1-test conv-2-test keygen-1-test keygen-2-test
\
write-key-1-test write-key-2-test
TS_SOME
=
$(TS_PROGS)
$(TS_SH)
TS_SOME
=
$(TS_PROGS)
$(TS_SH)
# Tests that require that lsh is set up for password-less login.
# Tests that require that lsh is set up for password-less login.
TS_MORE_SH
=
lsh-1-test lsh-2-test lsh-3-test lsh-4-test lsh-cat-test tcpip-local-test tcpip-remote-test
TS_MORE_SH
=
lsh-1-test lsh-2-test lsh-3-test lsh-4-test lsh-5-test
\
lsh-cat-test tcpip-local-test tcpip-remote-test
TS_MORE_PROGS
=
TS_MORE_PROGS
=
TS_ALL
=
$(TS_PROGS)
$(TS_SH)
$(TS_MORE_PROGS)
$(TS_MORE_SH)
TS_ALL
=
$(TS_PROGS)
$(TS_SH)
$(TS_MORE_PROGS)
$(TS_MORE_SH)
...
...
Write
Preview
Markdown
is supported
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