summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/Makefile.am
blob: f097f9fa0c15c9c37abb46c660c0f34f3ff2e044 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
ACLOCAL_AMFLAGS = -I aclocal -I ../../../testsuites/aclocal

_SUBDIRS = support samples sptests tmtests
if HAS_MP
_SUBDIRS += mptests
endif

DIST_SUBDIRS = support samples sptests tmtests mptests

EXTRA_DIST = ada.am

include $(top_srcdir)/../../../testsuites/automake/subdirs.am
include $(top_srcdir)/../../../testsuites/automake/local.am