diff options
author | Björn-Egil Dahlberg <[email protected]> | 2010-11-26 14:55:41 +0100 |
---|---|---|
committer | Niclas Eklund <[email protected]> | 2011-05-19 14:38:11 +0200 |
commit | d6e981e751b4565773204d7eb394ca445d63e771 (patch) | |
tree | 261d56b65f7a9d1255f3d5471213cac34e03e485 /lib/ssh/test/ssh.spec.vxworks | |
parent | 2a3bb0347d691703cc1eb9b1fd6f29f489ff4e3a (diff) | |
download | otp-d6e981e751b4565773204d7eb394ca445d63e771.tar.gz otp-d6e981e751b4565773204d7eb394ca445d63e771.tar.bz2 otp-d6e981e751b4565773204d7eb394ca445d63e771.zip |
Add test suite for ssh
Diffstat (limited to 'lib/ssh/test/ssh.spec.vxworks')
-rw-r--r-- | lib/ssh/test/ssh.spec.vxworks | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh.spec.vxworks b/lib/ssh/test/ssh.spec.vxworks new file mode 100644 index 0000000000..81f665283c --- /dev/null +++ b/lib/ssh/test/ssh.spec.vxworks @@ -0,0 +1,3 @@ +{topcase, {dir, "../ssh_test"}}. +{require_nodenames, 1}. +%{skip, {M, F, "Not yet implemented"}}. |