Skip to content
Snippets Groups Projects
Commit bf8162e5 authored by alalazo's avatar alalazo
Browse files

Unit tests : enable out of source builds

parent 271eb4c7
No related branches found
No related tags found
1 merge request!199a few fixes to permit out of source builds for unit tests
......@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Add the source directory and debug to CFLAGS
AM_CFLAGS = -I../src $(HDF5_CPPFLAGS) -DTIMER
AM_CFLAGS = -I$(top_srcdir)/src $(HDF5_CPPFLAGS) -DTIMER
AM_LDFLAGS = ../src/.libs/libswiftsim.a $(HDF5_LDFLAGS) $(HDF5_LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment