1##
2## Copyright (C) by Argonne National Laboratory
3##     See COPYRIGHT in top-level directory
4##
5
6include $(top_srcdir)/Makefile_single.mtest
7
8EXTRA_DIST = testlist
9
10## for all programs that are just built from the single corresponding source
11## file, we don't need per-target _SOURCES rules, automake will infer them
12## correctly
13noinst_PROGRAMS = fileerrret openerr file_errhdl
14
15