aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-07-17 16:43:53 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@physik.uni-muenchen.de>2013-07-17 16:43:53 +0200
commit97d36e88a0aa7d098aabb0916b59fceab6dbb2b1 (patch)
tree1dbf66e35ba1dd6e2cdb0dc397316972b2563dfb
parent9e0dabe42cb40ab5010663d092b4e7e23536b7c9 (diff)
downloadlitheweb-97d36e88a0aa7d098aabb0916b59fceab6dbb2b1.tar.gz
litheweb-97d36e88a0aa7d098aabb0916b59fceab6dbb2b1.tar.bz2
testcase Makefile
-rw-r--r--test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
new file mode 100644
index 0000000..2a831d4
--- /dev/null
+++ b/test/Makefile
@@ -0,0 +1,2 @@
+bsdsocket: bsdsocket.c ../picohttp.c
+ $(CC) -std=c99 -DHOST_DEBUG -O0 -g3 -I../ -o bsdsocket ../picohttp.c bsdsocket.c