Skip to content

Commit

Permalink
Adding Readme.md explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
delapuente committed Sep 10, 2016
1 parent 39b1e4d commit 59012e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------

Expand Down

0 comments on commit 59012e4

Please sign in to comment.