aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/Makefile
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2010-11-26 14:55:41 +0100
committerNiclas Eklund <[email protected]>2011-05-19 14:38:15 +0200
commitbafd9b83ef0e7b2ca40c43981eeb6fe8229804ea (patch)
tree7a767a3e37ede77ee9fd5bae5bef0e168939baf5 /lib/ssh/test/Makefile
parent2c0bd506cb99362635ebc0aafae36a95dc0a08b3 (diff)
downloadotp-bafd9b83ef0e7b2ca40c43981eeb6fe8229804ea.tar.gz
otp-bafd9b83ef0e7b2ca40c43981eeb6fe8229804ea.tar.bz2
otp-bafd9b83ef0e7b2ca40c43981eeb6fe8229804ea.zip
Add test suite for ssh
Diffstat (limited to 'lib/ssh/test/Makefile')
-rw-r--r--lib/ssh/test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ssh/test/Makefile b/lib/ssh/test/Makefile
index 78dcb9384b..fc88916e45 100644
--- a/lib/ssh/test/Makefile
+++ b/lib/ssh/test/Makefile
@@ -115,7 +115,11 @@ release_spec: opt
release_tests_spec: opt
$(INSTALL_DIR) $(RELSYSDIR)
$(INSTALL_DATA) $(ERL_FILES) $(RELSYSDIR)
+<<<<<<< HEAD
$(INSTALL_DATA) ssh.spec ssh.cover $(RELSYSDIR)
+=======
+ $(INSTALL_DATA) ssh.spec $(RELSYSDIR)
+>>>>>>> Add test suite for ssh
$(INSTALL_DATA) $(HRL_FILES_NEEDED_IN_TEST) $(RELSYSDIR)
@for dir in $(DATA_DIRS); do \
if test ! -d $$dir ; then \