* fixed all headers to use extern "C" so C/C++ linking will work properly
[libundertow.git] / tests / Makefile.am
blob936e5ea228b1b10ba815b7f751d41ee8b0a6abb5
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
9 TESTS = $(noinst_PROGRAMS)