MIR updates - Required TODOs: 1. Clarify what happens with lto and fix appropriately - DONE 2. Add build time tests.
Dug into this a bit: --- Testing ------- Since LibSass is a pure library, tests are run through the [Sass-Spec](https://github.com/sass/sass-spec) project using the [SassC](http://github.com/sass/sassc) CLI wrapper. To run the 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. Note that the scripts in the `./script` folder are mainly intended for our CI needs. --- This requires some additional components (some of which but not all are packaged) however it looks like they have moved forward and the use of them for testing in libsass has not (I checked with tip of master branch). As such we don't really have a feasible built time test - however... we have added autopkgtests to libsass-python which is the primary use case for libsass1 in Ubuntu and that does have a test suite albeit a small one which provides some useful quality signal. ** Changed in: libsass (Ubuntu) Status: Incomplete => New ** Changed in: libsass (Ubuntu) Assignee: James Page (james-page) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2095582 Title: [MIR] libsass To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libsass/+bug/2095582/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
