Skip to content

Commit aa71b65

Browse files
authored
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.
1 parent e556829 commit aa71b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ easy
2828
$ git clone https://github.com/ooxi/xml.c.git xml.c
2929
$ mkdir xml.c/build; cd xml.c/build
3030
$ cmake -DCMAKE_BUILD_TYPE=Release ..
31-
$ make && ./test-xml
31+
$ make && ../run-tests.sh
3232

3333
If you need a debug build, specify `CMAKE_BUILD_TYPE` as `Debug` and rebuild.
3434

0 commit comments

Comments
 (0)