Add information about testing to the README

This commit is contained in:
Aaron Helton
2019-10-23 22:08:02 -04:00
parent b7b816aa2e
commit 64a6c08f58

View File

@@ -52,4 +52,12 @@ program.
To run the program, it will be almost the same as on Unix:
./NameSort.exe "./Sort Me.txt"
./NameSort.exe "./Sort Me.txt"
# Testing
Testing is currently very simple. All test files are contained in the test subdirectory. Testing is currently automated
by a batch/cmd script which can be run automatically by building the project with CMake.
If you wish to manually run the test on Windows, simply open your command prompt in the test directory and run the
Test.cmd file. Make sure you have built the executable and moved it to the test directory first.