From 8094ac212931751360cfc409056626cee1bbe4d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Thu, 5 Dec 2013 11:34:26 +0100 Subject: [PATCH] doc: document how to run tests --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c99b0c51..0b0f17f6 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,14 @@ Run: Note for UNIX users: compile your project with `-D_LARGEFILE_SOURCE` and `-D_FILE_OFFSET_BITS=64`. GYP builds take care of that automatically. +### Running tests + +Run: + + $ ./gyp_uv.py -f make + $ make -C out + $ ./out/Debug/run-tests + ## Supported Platforms Microsoft Windows operating systems since Windows XP SP2. It can be built