Skip to content

Commit

Permalink
Merge pull request sass#2939 from nschonni/add-interactive-test
Browse files Browse the repository at this point in the history
chore: Add test_interactive build target
  • Loading branch information
nschonni committed Jul 4, 2019
2 parents 7442be5 + 34490a5 commit 0f3d6ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GNUmakefile.am
Expand Up @@ -65,6 +65,9 @@ test_full:
test_probe:
$(SASS_TESTER) --probe-todo $(SASS_TEST_FLAGS)

test_interactive:
$(SASS_TESTER) --interactive $(SASS_TEST_FLAGS)

.PHONY: test test_build test_full test_probe

endif
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -287,6 +287,9 @@ test_full: $(SASSC_BIN)
test_probe: $(SASSC_BIN)
$(RUBY_BIN) $(SASS_SPEC_PATH)/sass-spec.rb -c $(SASSC_BIN) --impl libsass --probe-todo $(LOG_FLAGS) $(SASS_SPEC_PATH)/$(SASS_SPEC_SPEC_DIR)

test_interactive: $(SASSC_BIN)
$(RUBY_BIN) $(SASS_SPEC_PATH)/sass-spec.rb -c $(SASSC_BIN) --impl libsass --interactive $(LOG_FLAGS) $(SASS_SPEC_PATH)/$(SASS_SPEC_SPEC_DIR)

clean-objects: | lib
-$(RM) lib/*.a lib/*.so lib/*.dll lib/*.la
-$(RMDIR) lib
Expand Down

0 comments on commit 0f3d6ad

Please sign in to comment.