RUBY ?= ruby

test:
	$(RUBY) -I. test/test_r2pipe.rb

.PHONY: test
