about summary refs log tree commit diff stats
path: root/Makefile
blob: 077d529288fc73808303527fc82b7f5afaf9ca5f (plain) (blame)
1
2
3
4
5
6
test:
	./gyp_uv_link test -Duv_dir=./test/deps/libuv
	make -C out/ -j8
	./out/Release/uv_link_t-test

.PHONY: test