remove copy_stream tests and references
[ruby_io_splice.git] / GNUmakefile
blob7dfbbe6e16ebf432d64def88be701158450ea8eb
1 all::
2 RCOV = rcov
3 RSYNC_DEST := bogomips.org:/srv/bogomips/ruby_io_splice
4 rfproject := qrp
5 rfpackage := io_splice
6 include pkg.mk
7 ifneq ($(VERSION),)
8 release::
9 $(RAKE) publish_news VERSION=$(VERSION)
10 endif
11 rcov: build
12 $(RCOV) -I lib:ext/io_splice $(test_unit)
13 .PHONY: rcov