1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-20 16:56:55 +01:00

Reorg of build structure

This commit is contained in:
Peter Boyle
2015-04-18 14:55:00 +01:00
parent 57586c8e05
commit c656164015
33 changed files with 59 additions and 0 deletions

15
tests/Makefile.am Normal file
View File

@ -0,0 +1,15 @@
# additional include paths necessary to compile the C++ library
AM_CXXFLAGS = -I$(top_srcdir)/lib
AM_LDFLAGS = -L$(top_srcdir)/lib
#
# Test code
#
bin_PROGRAMS = Grid_main test_Grid_stencil
Grid_main_SOURCES = Grid_main.cc
Grid_main_LDADD = -lGrid
test_Grid_stencil_SOURCES = test_Grid_stencil.cc
test_Grid_stencil_LDADD = -lGrid