Marcel Greter
/
3.6.4
(OCBNET on 2021-05-21)
3.6.3
(OCBNET on 2020-05-04)
3.6.2
(OCBNET on 2020-05-01)
3.6.0
(OCBNET on 2019-05-19)
3.4.13
(OCBNET on 2019-04-11)
3.4.12
(OCBNET on 2019-04-10)
3.4.11
(OCBNET on 2018-02-06)
3.4.10
(OCBNET on 2018-01-12)
3.4.9
(OCBNET on 2017-11-14)
3.4.8
(OCBNET on 2017-10-16)
3.4.7
(OCBNET on 2017-10-15)
3.4.6
(OCBNET on 2017-05-22)
3.4.5
(OCBNET on 2017-04-08)
3.4.4
(OCBNET on 2017-03-07)
3.4.3
(OCBNET on 2017-02-20)
3.4.2
(OCBNET on 2017-02-15)
3.4.1
(OCBNET on 2017-01-12)
3.4.0
(OCBNET on 2016-12-10)
3.3.6
(OCBNET on 2016-07-03)
3.3.5
(OCBNET on 2016-06-30)
3.3.4
(OCBNET on 2016-06-02)
3.3.3
(OCBNET on 2016-04-23)
3.3.2
(OCBNET on 2016-04-18)
3.3.1
(OCBNET on 2016-03-20)
3.3.0
(OCBNET on 2016-01-20)
v3.2.2
(OCBNET on 2015-05-13)
v3.2.1
(OCBNET on 2015-04-28)
v3.2.0
(OCBNET on 2015-04-27)
v3.1.1
(OCBNET on 2015-02-03)
v3.0.2
(OCBNET on 2014-11-05)
v3.0.1
(OCBNET on 2014-10-26)
v3.0.0
(OCBNET on 2014-10-18)
v0.8.1
(DAVID on 2013-10-04)
v0.8.0
(DAVID on 2013-09-27)
v0.7.0
(DAVID on 2013-08-13)
'
3.3.0_03 DEV
(OCBNET on 2015-10-24)
3.3.0_02 DEV
(OCBNET on 2015-09-21)
3.3.0_01 DEV
(OCBNET on 2015-09-09)
v3.1.0
(OCBNET on 2015-01-08)
v3.0.1_3 DEV
(OCBNET on 2014-10-24)
v3.0.1_2 DEV
(OCBNET on 2014-10-24)
v3.0.1_1 DEV
(OCBNET on 2014-10-21)
v0.6.0
(DAVID on 2013-06-22)
v0.5.0
(DAVID on 2013-06-21)
v0.4.0
(DAVID on 2013-06-17)
v0.3.0
(DAVID on 2013-06-17)
v0.2.0
(DAVID on 2013-06-15)
v0.1.0
(DAVID on 2013-05-30)
CSS-Sass-3.6.4
River stage one
• 3 direct dependents
• 3 total dependents
10 ++
/
plugins/sassc/docs/testing/unix-instructions.md
Testing on Unix
The official libsass/sassc test suite is located at http://github.com/sass/sass-spec. It's a specialized project just to ensure that Sass works as expected. First, go clone (and ensure its up-to-date) the sass-spec repo. THEN, you must setup an environment variable to point to the spec folder. Also, if you want to test against the latest libsass, you MUST define the location of a copy of the libsass repo.
For instance, this is in my profile.
export SASS_SPEC_PATH=/Users/you/dev/sass/sass-spec
export SASS_SASSC_PATH=/Users/you/dev/sass/sassc
export SASS_LIBSASS_PATH=/Users/you/dev/sass/libsass
Then, run the SassC specific tests this way:
make test
Or, if you want to run the whole SassSpec suite
make test_spec