From 64a6c08f58df035374833507dd12a2481b71a26e Mon Sep 17 00:00:00 2001 From: Aaron Helton Date: Wed, 23 Oct 2019 22:08:02 -0400 Subject: [PATCH] Add information about testing to the README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c881c97..5098e5f 100644 --- a/README.md +++ b/README.md @@ -52,4 +52,12 @@ program. To run the program, it will be almost the same as on Unix: -./NameSort.exe "./Sort Me.txt" \ No newline at end of file +./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. \ No newline at end of file