File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ # -*- Makefile -*-
2+ #
3+ # ----------------------------------------------------------------------
4+ #
5+ # Brad T. Aagaard, U.S. Geological Survey
6+ # Charles A. Williams, GNS Science
7+ # Matthew G. Knepley, University at Buffalo
8+ #
9+ # This code was developed as part of the Computational Infrastructure
10+ # for Geodynamics (http://geodynamics.org).
11+ #
12+ # Copyright (c) 2010-2022 University of California, Davis
13+ #
14+ # See LICENSE.md for license information.
15+ #
16+ # ----------------------------------------------------------------------
17+ #
18+
19+ include $(top_srcdir ) /tests/check_catch2.am
20+
21+ SUBDIRS = data
22+
23+ TESTS = libtest_sources
24+
25+ check_PROGRAMS = $(TESTS )
26+
27+
28+ libtest_sources_SOURCES = \
29+ TestAuxiliaryFactoryMomentTensorForce.cc \
30+ TestAuxiliaryFactoryMomentTensorForce_Cases.cc \
31+ TestAuxiliaryFactorySourceTime.cc \
32+ TestAuxiliaryFactorySourceTime_Cases.cc \
33+ TestAuxiliaryFactoryPointForce.cc \
34+ TestAuxiliaryFactoryPointForce_Cases.cc \
35+ $(top_srcdir ) /tests/src/FieldTester.cc \
36+ $(top_srcdir ) /tests/src/driver_catch2.cc
37+
38+
39+ dist_noinst_HEADERS = \
40+ TestAuxiliaryFactoryMomentTensorForce.hh \
41+ TestAuxiliaryFactorySourceTime.hh \
42+ TestAuxiliaryFactoryPointForce.hh
43+
44+
45+ # End of file
You can’t perform that action at this time.
0 commit comments