1##
2## Copyright (C) by Argonne National Laboratory
3##     See COPYRIGHT in top-level directory
4##
5
6include $(top_srcdir)/Makefile_f08.mtest
7
8EXTRA_DIST = testlist.in
9
10# avoid having to write many "foo_SOURCES = foo.f90" lines
11AM_DEFAULT_SOURCE_EXT = .f90
12
13noinst_PROGRAMS = \
14    winscale1f08    \
15    winscale2f08    \
16    winfencef08     \
17    wingetf08       \
18    winerrf08       \
19    winnamef08      \
20    wingroupf08     \
21    winaccf08       \
22    winaccf08       \
23    c2f2cwinf08     \
24    baseattrwinf08  \
25    winattrf08      \
26    winattr2f08
27
28if BUILD_MPIX_TESTS
29noinst_PROGRAMS += aintf08
30endif
31
32## this test was commented out in the simplemake version...
33##    allocmem
34
35c2f2cwinf08_SOURCES = c2f2cwinf08.f90 c2f902cwin.c
36