From 4b59010bd3255c231b8d44fc566f0fba7b10ef6d Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Mon, 1 Apr 2019 22:03:59 -0400 Subject: [PATCH] Update README.md --- test/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index 6f5a4df..491cf1a 100644 --- a/test/README.md +++ b/test/README.md @@ -12,10 +12,14 @@ $ ./tests ## Windows +1. Generate Visual Studio solution + ```bash $ mkdir build $ cd build $ cmake ../. -G "Visual Studio 15 2017" -$ make -$ ./tests ``` + +2. Open ARGPARSE.sln +3. Build tests in RELEASE | x64 +4. Run tests.exe