From 7db2d8f5c7b72439d40920bd63a9b3823ee18b61 Mon Sep 17 00:00:00 2001
From: James Willis <james.s.willis@durham.ac.uk>
Date: Sat, 27 May 2017 17:52:06 +0100
Subject: [PATCH] Updated to include testPeriodicBC.

---
 tests/Makefile.am | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7c45ead22f..e5f9c798b9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -25,7 +25,7 @@ TESTS = testGreetings testMaths testReading.sh testSingle testKernel testSymmetr
         testParser.sh testSPHStep test125cells.sh test125cellsPerturbed.sh testFFT \
         testAdiabaticIndex testRiemannExact testRiemannTRRS testRiemannHLLC \
         testMatrixInversion testThreadpool testDump testLogger \
-        testVoronoi1D testVoronoi2D testVoronoi3D
+        testVoronoi1D testVoronoi2D testVoronoi3D testPeriodicBC.sh
 
 # List of test programs to compile
 check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \
@@ -34,7 +34,7 @@ check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \
                  testSymmetry testThreadpool benchmarkInteractions \
                  testAdiabaticIndex testRiemannExact testRiemannTRRS \
                  testRiemannHLLC testMatrixInversion testDump testLogger \
-		 testVoronoi1D testVoronoi2D testVoronoi3D
+		 testVoronoi1D testVoronoi2D testVoronoi3D testPeriodicBC
 
 # Sources for the individual programs
 testGreetings_SOURCES = testGreetings.c
@@ -55,6 +55,8 @@ testPair_SOURCES = testPair.c
 
 test27cells_SOURCES = test27cells.c
 
+testPeriodicBC_SOURCES = testPeriodicBC.c
+
 test125cells_SOURCES = test125cells.c
 
 testParser_SOURCES = testParser.c
@@ -91,7 +93,7 @@ testLogger_SOURCES = testLogger.c
 
 # Files necessary for distribution
 EXTRA_DIST = testReading.sh makeInput.py testPair.sh testPairPerturbed.sh \
-	     test27cells.sh test27cellsPerturbed.sh testParser.sh \
+	     test27cells.sh test27cellsPerturbed.sh testParser.sh testPeriodicBC.sh \
 	     test125cells.sh test125cellsPerturbed.sh testParserInput.yaml difffloat.py \
 	     tolerance_125_normal.dat tolerance_125_perturbed.dat \
              tolerance_27_normal.dat tolerance_27_perturbed.dat \
-- 
GitLab