FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
wolfssh/scripts/include.am at master · ejohnstown/wolfssh · GitHub
ejohnstown
/
wolfssh
Public
forked from
wolfSSL/wolfssh
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
wolfssh
/
scripts
/
include.am
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (16 loc) · 528 Bytes
Breadcrumbs
wolfssh
/
scripts
/
include.am
Copy path
File metadata and controls
20 lines (16 loc) · 528 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# vim:ft=automake
# included from Top Level Makefile.am
# All paths should be given relative to the root
if BUILD_SFTP
dist_noinst_SCRIPTS+= scripts/sftp.test
dist_noinst_SCRIPTS+= scripts/get-put.test
endif
if BUILD_SCP
dist_noinst_SCRIPTS+= scripts/scp.test
endif
# Not gated on BUILD_SSHCLIENT. The script skips itself when the client
# app wasn't built.
dist_noinst_SCRIPTS+= scripts/sshclient.test
dist_noinst_SCRIPTS+= scripts/fwd.test
EXTRA_DIST += scripts/fwd.test.expect
dist_noinst_SCRIPTS+= scripts/fwd-bulk.test
Back
|
FazBrowse Home
|
New Git URL