mirror of https://github.com/wolfSSL/wolfssh.git
21 lines
528 B
Plaintext
21 lines
528 B
Plaintext
# 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
|