repo.or.cz
/
xy_vsfilter.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Support unrar64.dll
[xy_vsfilter.git]
/
src
/
log4cplus
/
tests
/
Makefile.am
blob
889e30160fdb916cfd5f45e2dbe06d1481adb5bc
1
AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
2
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
17
18
if MULTI_THREADED
19
SUBDIRS = $(SINGLE_THREADED_TESTS) thread_test configandwatch_test
20
else
21
SUBDIRS = $(SINGLE_THREADED_TESTS)
22
endif