1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-08-15 18:51:53 +01:00

homemade test recusrive target for old autotools versions

This commit is contained in:
2016-11-04 22:32:25 +00:00
parent 8af8b047fd
commit 7df940dc3e
5 changed files with 21 additions and 6 deletions

View File

@@ -1,5 +1,10 @@
# additional include paths necessary to compile the C++ library
SUBDIRS = lib benchmarks tests
.PHONY: tests
tests:
make -C tests tests
AM_CXXFLAGS += -I$(top_builddir)/include
ACLOCAL_AMFLAGS = -I m4