summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/picohttpparser/Jamfile
blob: 5acbe55d018b28bc619bd915d77a8dfb66b49c09 (plain)
1
2
3
4
5
6
7
project picohttpparser ;

lib picohttpparser : picohttpparser.c ;

unit-test test
	: picohttpparser picotest/picotest.c test.c
	: <testing.launcher>prove ;