Skip to content

Commit

Permalink
Merge pull request #907 from jfussbro/test-geometry_occ_linear
Browse files Browse the repository at this point in the history
src geometry file structure in test folder
  • Loading branch information
sandro-elsweijer authored Jan 30, 2024
2 parents 7573222 + aa962db commit 3307b53
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ t8code_googletest_programs = \
test/t8_schemes/t8_gtest_nca \
test/t8_schemes/t8_gtest_pyra_connectivity \
test/t8_schemes/t8_gtest_face_neigh \
test/t8_geometry/t8_gtest_geometry_occ \
test/t8_geometry/t8_geometry_implementations/t8_gtest_geometry_occ \
test/t8_gtest_eclass \
test/t8_gtest_vec \
test/t8_gtest_mat \
Expand Down Expand Up @@ -87,9 +87,9 @@ test_t8_schemes_t8_gtest_face_neigh_SOURCES = \
test/t8_gtest_main.cxx \
test/t8_schemes/t8_gtest_face_neigh.cxx

test_t8_geometry_t8_gtest_geometry_occ_SOURCES = \
test_t8_geometry_t8_geometry_implementations_t8_gtest_geometry_occ_SOURCES = \
test/t8_gtest_main.cxx \
test/t8_geometry/t8_gtest_geometry_occ.cxx
test/t8_geometry/t8_geometry_implementations/t8_gtest_geometry_occ.cxx

test_t8_gtest_eclass_SOURCES = \
test/t8_gtest_main.cxx \
Expand Down Expand Up @@ -303,9 +303,9 @@ test_t8_schemes_t8_gtest_face_neigh_LDADD = $(t8_gtest_target_ld_add)
test_t8_schemes_t8_gtest_face_neigh_LDFLAGS = $(t8_gtest_target_ld_flags)
test_t8_schemes_t8_gtest_face_neigh_CPPFLAGS = $(t8_gtest_target_cpp_flags)

test_t8_geometry_t8_gtest_geometry_occ_LDADD = $(t8_gtest_target_ld_add)
test_t8_geometry_t8_gtest_geometry_occ_LDFLAGS = $(t8_gtest_target_ld_flags)
test_t8_geometry_t8_gtest_geometry_occ_CPPFLAGS = $(t8_gtest_target_cpp_flags)
test_t8_geometry_t8_geometry_implementations_t8_gtest_geometry_occ_LDADD = $(t8_gtest_target_ld_add)
test_t8_geometry_t8_geometry_implementations_t8_gtest_geometry_occ_LDFLAGS = $(t8_gtest_target_ld_flags)
test_t8_geometry_t8_geometry_implementations_t8_gtest_geometry_occ_CPPFLAGS = $(t8_gtest_target_cpp_flags)

test_t8_gtest_eclass_LDADD = $(t8_gtest_target_ld_add)
test_t8_gtest_eclass_LDFLAGS = $(t8_gtest_target_ld_flags)
Expand Down Expand Up @@ -506,7 +506,7 @@ test_t8_gtest_cmesh_bcast_CPPFLAGS += $(t8_gtest_target_mpi_cpp_flags)
test_t8_schemes_t8_gtest_nca_CPPFLAGS += $(t8_gtest_target_mpi_cpp_flags)
test_t8_schemes_t8_gtest_pyra_connectivity_CPPFLAGS += $(t8_gtest_target_mpi_cpp_flags)
test_t8_schemes_t8_gtest_face_neigh_CPPFLAGS += $(t8_gtest_target_mpi_cpp_flags)
test_t8_geometry_t8_gtest_geometry_occ_CPPFLAGS += $(t8_gtest_target_mpi_cpp_flags)
test_t8_geometry_t8_geometry_implementations_t8_gtest_geometry_occ_CPPFLAGS += $(t8_gtest_target_mpi_cpp_flags)
test_t8_gtest_eclass_CPPFLAGS += $(t8_gtest_target_mpi_cpp_flags)
test_t8_gtest_vec_CPPFLAGS += $(t8_gtest_target_mpi_cpp_flags)
test_t8_gtest_mat_CPPFLAGS += $(t8_gtest_target_mpi_cpp_flags)
Expand Down
File renamed without changes.

0 comments on commit 3307b53

Please sign in to comment.