Skip to content

Commit

Permalink
reinstating tabulated.test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Oct 15, 2024
1 parent 5d61971 commit 3d031af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ test_grad_LDADD += $(HDF5_LIBS)
test_grad_LDADD += $(GRVY_LIBS)

#check_PROGRAMS += test_table
#test_table_SOURCES = test_table.cpp
#test_table_LDADD = ../src/libtps.la
#test_table_LDADD += $(HDF5_LIBS)
#test_table_LDADD += $(GRVY_LIBS)
test_table_SOURCES = test_table.cpp
test_table_LDADD = ../src/libtps.la
test_table_LDADD += $(HDF5_LIBS)
test_table_LDADD += $(GRVY_LIBS)

check_PROGRAMS += test_lte_mixture
test_lte_mixture_SOURCES = test_lte_mixture.cpp
Expand Down

1 comment on commit 3d031af

@trevilo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@shaering, you need to uncomment the check_PROGRAMS line also. Otherwise, test_table won't get built by make check and any test that uses that executable will fail.

Please sign in to comment.