File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,9 @@ test_full:
65
65
test_probe:
66
66
$(SASS_TESTER) --probe-todo $(SASS_TEST_FLAGS)
67
67
68
+ test_interactive:
69
+ $(SASS_TESTER) --interactive $(SASS_TEST_FLAGS)
70
+
68
71
.PHONY: test test_build test_full test_probe
69
72
70
73
endif
Original file line number Diff line number Diff line change @@ -287,6 +287,9 @@ test_full: $(SASSC_BIN)
287
287
test_probe : $(SASSC_BIN )
288
288
$(RUBY_BIN ) $(SASS_SPEC_PATH ) /sass-spec.rb -c $(SASSC_BIN ) --impl libsass --probe-todo $(LOG_FLAGS ) $(SASS_SPEC_PATH ) /$(SASS_SPEC_SPEC_DIR )
289
289
290
+ test_interactive : $(SASSC_BIN )
291
+ $(RUBY_BIN ) $(SASS_SPEC_PATH ) /sass-spec.rb -c $(SASSC_BIN ) --impl libsass --interactive $(LOG_FLAGS ) $(SASS_SPEC_PATH ) /$(SASS_SPEC_SPEC_DIR )
292
+
290
293
clean-objects : | lib
291
294
-$(RM ) lib/* .a lib/* .so lib/* .dll lib/* .la
292
295
-$(RMDIR ) lib
You can’t perform that action at this time.
0 commit comments