mirror of https://github.com/wolfSSL/wolfssh.git
16 lines
368 B
Plaintext
16 lines
368 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
|
|
|
|
dist_noinst_SCRIPTS+= scripts/external.test scripts/fwd.test
|
|
EXTRA_DIST += scripts/fwd.test.expect
|