mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 14:04:59 +02:00
Created Running Tests (markdown)
parent
0132e067e0
commit
91cbfef996
29
Running-Tests.md
Normal file
29
Running-Tests.md
Normal file
@ -0,0 +1,29 @@
|
||||
To keep the file path difference issues between windows and Unix simple, we used the following directory structure for our development and testing. We recommend you do the same.
|
||||
|
||||

|
||||
|
||||
|
||||
Please follow the build steps mentioned in this article to get regular build working first.
|
||||
|
||||
|
||||
[Build Instructions](https://github.com/PowerShell/Win32-OpenSSH/wiki/OpenSSH-32-bit-Build-and-Installation-Instructions)
|
||||
|
||||
|
||||
Run the following command to build the necessary ssh tools.
|
||||
|
||||
`make`
|
||||
|
||||
Run the following command to start testing
|
||||
|
||||
`make tests`
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
NOTES: All the openssh tests can be roughly classified in these three categories:
|
||||
* Unit tests written in c language that tests the algorithm parts
|
||||
* ssh-keygen related tests
|
||||
* *.sh shell script tests
|
||||
|
||||
Right now we are running the first two categories and have good coverage. We looking into the *.sh shell scripts to see how much of it makes sense to port in windows
|
Loading…
x
Reference in New Issue
Block a user