Skip to content

Commit

Permalink
removing test_table.cpp from Makefile.am again
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigfried Haering committed Oct 15, 2024
1 parent 78ff136 commit 909e8a1
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

0 comments on commit 909e8a1

Please sign in to comment.