From 59012e402baea8a4b31fbe2281ff59e0bc741bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20de=20la=20Puente=20Gonz=C3=A1lez?= Date: Sat, 10 Sep 2016 09:54:37 +0200 Subject: [PATCH] Adding Readme.md explanation --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index 68fb5b6353..2e34b5c10c 100644 --- a/Readme.md +++ b/Readme.md @@ -48,6 +48,12 @@ Since LibSass is a pure library, tests are run through the [SassSpec](https://gi To run tests against LibSass while developing, you can run `./script/spec`. This will clone SassC and Sass-Spec under the project folder and then run the Sass-Spec test suite. You may want to update the clones to ensure you have the latest version. +### DEBUG builds + +Set the environment variable `DEBUG` to `1` to enable debug builds that can be debugged +with `gdb`, `lldb` and others. E.g.: use `$ DEBUG=1 ./script/spec` to run the tests with +a debug build. + Library Usage -------------