summaryrefslogtreecommitdiff
path: root/examples/c/Makefile.am
blob: 6f26d01a35c4c5f8d80d77743cb13110232d5ed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LDADD = $(top_builddir)/libwiredtiger.la

noinst_PROGRAMS = \
	ex_access \
	ex_all \
	ex_call_center \
	ex_config \
	ex_cursor \
	ex_extending \
	ex_file \
	ex_hello \
	ex_pack \
	ex_process \
	ex_schema \
	ex_stat \
	ex_test_perf \
	ex_thread

# The examples can be run with no arguments as simple smoke tests
TESTS = $(noinst_PROGRAMS)

TESTS_ENVIRONMENT = rm -rf WT_TEST ; mkdir WT_TEST ;