From b3ad7e5002847e5a2592f543bd19c2925c17b5e3 Mon Sep 17 00:00:00 2001
From: James Willis <james.s.willis@durham.ac.uk>
Date: Fri, 22 Jul 2016 15:18:34 +0100
Subject: [PATCH] Created new test for interactions.

---
 tests/Makefile.am | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index ca5d6af21f..bff247a803 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -26,7 +26,7 @@ TESTS = testGreetings testReading.sh testSingle testPair.sh testPairPerturbed.sh
 
 # List of test programs to compile
 check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \
-		 testSPHStep testPair test27cells testParser testKernel testNonSymInt testSymInt
+		 testSPHStep testPair test27cells testParser testKernel testInteractions
 
 # Sources for the individual programs
 testGreetings_SOURCES = testGreetings.c
@@ -47,9 +47,7 @@ testParser_SOURCES = testParser.c
 
 testKernel_SOURCES = testKernel.c
 
-testNonSymInt_SOURCES = testNonSymInt.c
-
-testSymInt_SOURCES = testSymInt.c
+testInteractions_SOURCES = testInteractions.c
 
 # Files necessary for distribution
 EXTRA_DIST = testReading.sh makeInput.py testPair.sh testPairPerturbed.sh \
-- 
GitLab