repo.or.cz
/
libundertow.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* fixed all headers to use extern "C" so C/C++ linking will work properly
[libundertow.git]
/
tests
/
Makefile.am
blob
936e5ea228b1b10ba815b7f751d41ee8b0a6abb5
1
INCLUDES = -I$(top_builddir)/src -Wall -g
2
3
LDADD = $(top_builddir)/src/libundertow-0.la
4
noinst_PROGRAMS = \
5
000_dispatcher_not_running \
6
001_get_nonexistent_channel \
7
002_simultaneous_db_open
8
9
TESTS = $(noinst_PROGRAMS)