Files
git-remote-hg/Makefile
Felipe Contreras 443a35cef5 Add testing framework
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
2014-05-09 08:26:03 -05:00

7 lines
47 B
Makefile

all:
test:
$(MAKE) -C test
.PHONY: all test