about summary refs log tree commit diff stats
path: root/html/subx/003trace.test.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2018-01-25 21:23:40 -0800
committerKartik K. Agaram <vc@akkartik.com>2018-01-25 21:23:40 -0800
commitaefa8fec6a473be459a2ff33e6bd96e7c22ced20 (patch)
tree27dc69cabe181d3f6fd489454bef878ff8833bed /html/subx/003trace.test.cc.html
parentd1df4aca1746f480dca384e63f8bcb4f3ac1d42c (diff)
downloadmu-aefa8fec6a473be459a2ff33e6bd96e7c22ced20.tar.gz
4198
Diffstat (limited to 'html/subx/003trace.test.cc.html')
0 files changed, 0 insertions, 0 deletions
01e75c43911fd5155de4'>^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
     


                                         
 
        


                                               
 
     
                               


                         
test:
	gypkg gen test/test.gyp
	make -C test/out/ -j8
	./test/out/Release/uv_link_t-test

example:
	gypkg gen example/example.gyp
	make -C example/out/ -j8
	./example/out/Release/uv_link_t-example

dist:
	gypkg gen uv_link_t.gyp
	make -C out/ -j8

.PHONY: test example dist