diff options
Diffstat (limited to 'debian/vendor-h2o/deps/picohttpparser/Jamfile')
-rw-r--r-- | debian/vendor-h2o/deps/picohttpparser/Jamfile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/vendor-h2o/deps/picohttpparser/Jamfile b/debian/vendor-h2o/deps/picohttpparser/Jamfile new file mode 100644 index 0000000..5acbe55 --- /dev/null +++ b/debian/vendor-h2o/deps/picohttpparser/Jamfile @@ -0,0 +1,7 @@ +project picohttpparser ; + +lib picohttpparser : picohttpparser.c ; + +unit-test test + : picohttpparser picotest/picotest.c test.c + : <testing.launcher>prove ; |