check_PROGRAMS =
TESTS =
AM_LDFLAGS = -L$(top_builddir)/libsrc/ -l@SPMLLIBNAME@
AM_FCFLAGS = $(MODPATHFLAG)$(top_builddir)/include
CLEANFILES = *@MODEXT@ *.log *.trs *.out
test: check

check_PROGRAMS += w_plane_module_base_test
TESTS += w_plane_module_base_test
w_plane_module_base_test_SOURCES = w_plane_module_base_test.f90
#
check_PROGRAMS += w_plane_module_Interpolate_test
TESTS += w_plane_module_Interpolate_test
w_plane_module_Interpolate_test_SOURCES = w_plane_module_Interpolate_test.f90
#
check_PROGRAMS += w_plane_module2_base_test
TESTS += w_plane_module2_base_test
w_plane_module2_base_test_SOURCES = w_plane_module2_base_test.f90
#
check_PROGRAMS += w_plane_module2_Interpolate_test
TESTS += w_plane_module2_Interpolate_test
w_plane_module2_Interpolate_test_SOURCES = w_plane_module2_Interpolate_test.f90
