From aa71b653873334c44d129694105e8d917d75779d Mon Sep 17 00:00:00 2001 From: ooxi Date: Sun, 4 Sep 2016 20:08:17 +0200 Subject: [PATCH] Corrected build instructions Since the test was spit into a C and a C++ version, `run-tests.sh` should be used to execute all tests at once. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 128645f..2b63a72 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ easy $ git clone https://github.com/ooxi/xml.c.git xml.c $ mkdir xml.c/build; cd xml.c/build $ cmake -DCMAKE_BUILD_TYPE=Release .. - $ make && ./test-xml + $ make && ../run-tests.sh If you need a debug build, specify `CMAKE_BUILD_TYPE` as `Debug` and rebuild.