packages feed

Decimal-0.1.0: tests/Makefile

# Tests for Decimal numbers.

all:
	ghc --make -fhpc -i../src -odir . -hidir . -Wall Main.hs -o test-rset
	rm -f test-rset.tix
	./test-rset
	hpc markup --destdir=Report test-rset
	hpc report test-rset

clean:
	rm -fR Data
	rm -f test-rset.tix
	rm -f test-rset
	rm -f *.o *.hi
	rm -fR Report