A Fast Bresenham Type Algorithm For Drawing Ellipses by John Kennedy
[xy_vsfilter.git] / src / log4cplus / tests / Makefile.am
blob889e30160fdb916cfd5f45e2dbe06d1481adb5bc
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
3 SINGLE_THREADED_TESTS = appender_test \
4           customloglevel_test \
5           fileappender_test \
6           filter_test \
7           hierarchy_test \
8           loglog_test \
9           ndc_test \
10           ostream_test \
11           patternlayout_test \
12           performance_test \
13           priority_test \
14           propertyconfig_test \
15           socket_test \
16           timeformat_test
18 if MULTI_THREADED
19 SUBDIRS = $(SINGLE_THREADED_TESTS) thread_test configandwatch_test
20 else
21 SUBDIRS = $(SINGLE_THREADED_TESTS)
22 endif