Skip to content

Commit

Permalink
Merge pull request #1030 from DLR-AMR/add_test_header
Browse files Browse the repository at this point in the history
Add headers to testfile
  • Loading branch information
holke committed Apr 11, 2024
2 parents 3fc0d4e + 668f200 commit 527a04c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,20 @@ t8code_googletest_installed_headers = \
t8code_googletest_internal_headers = \
thirdparty/googletest-mpi/gtest/gtest.h \
test/t8_gtest_macros.hxx \
test/t8_schemes/t8_gtest_dfs_base.hxx
test/t8_schemes/t8_gtest_dfs_base.hxx \
test/t8_cmesh_generator/t8_cmesh_example_sets.hxx \
test/t8_cmesh_generator/t8_gtest_cmesh_cartestian_product.hxx \
test/t8_cmesh_generator/t8_gtest_cmesh_sum_of_sets.hxx \
test/t8_cmesh_generator/t8_cmesh_parametrized_examples/t8_cmesh_new_bigmesh_param.hxx \
test/t8_cmesh_generator/t8_cmesh_parametrized_examples/t8_cmesh_new_comm.hxx \
test/t8_cmesh_generator/t8_cmesh_parametrized_examples/t8_cmesh_new_disjoint_bricks_param.hxx \
test/t8_cmesh_generator/t8_cmesh_parametrized_examples/t8_cmesh_new_empty.hxx \
test/t8_cmesh_generator/t8_cmesh_parametrized_examples/t8_cmesh_new_from_class_param.hxx \
test/t8_cmesh_generator/t8_cmesh_parametrized_examples/t8_cmesh_new_hypercube_pad.hxx \
test/t8_cmesh_generator/t8_cmesh_parametrized_examples/t8_cmesh_new_hypercube_param.hxx \
test/t8_cmesh_generator/t8_cmesh_parametrized_examples/t8_cmesh_new_prism_cake_param.hxx \
test/t8_cmesh_generator/t8_cmesh_parametrized_examples/t8_cmesh_params.hxx \
test/t8_cmesh_generator/t8_cmesh_parametrized_examples/t8_cmesh_new_periodic.hxx

t8code_googletest_programs = \
test/t8_geometry/t8_geometry_implementations/t8_gtest_geometry_lagrange \
Expand Down

0 comments on commit 527a04c

Please sign in to comment.