forked from cory/tildefriends
apps
core
deps
codemirror
crypt_blowfish
libbacktrace
libbacktrace_config
libsodium
libuv
openssl
picohttpparser
picohttpparser.xcodeproj
.clang-format
.gitignore
.gitmodules
.travis.yml
Jamfile
Makefile
README.md
bench.c
picohttpparser.c
picohttpparser.h
test.c
quickjs
smoothie
speedscope
split
sqlite
valgrind
xopt
zlib
docs
src
tools
.dockerignore
Dockerfile
LICENSE
Makefile
README.md
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4094 ed5197a5-7fde-0310-b194-c3ffbd925b24
8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
project picohttpparser ;
|
|
|
|
lib picohttpparser : picohttpparser.c ;
|
|
|
|
unit-test test
|
|
: picohttpparser picotest/picotest.c test.c
|
|
: <testing.launcher>prove ;
|