summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/deps/picohttpparser/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--web/server/h2o/libh2o/deps/picohttpparser/Jamfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/server/h2o/libh2o/deps/picohttpparser/Jamfile b/web/server/h2o/libh2o/deps/picohttpparser/Jamfile
new file mode 100644
index 00000000..5acbe55d
--- /dev/null
+++ b/web/server/h2o/libh2o/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 ;