From c3316ea691605ca08fd3bf80dd81464d6abe677b Mon Sep 17 00:00:00 2001 From: James Willis <james.s.willis@durham.ac.uk> Date: Tue, 19 Jul 2016 17:32:25 +0100 Subject: [PATCH] Added testNonSymInt.c to list of compilation units. --- tests/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 64496e0e42..31b76ac54f 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 + testSPHStep testPair test27cells testParser testKernel testNonSymInt # Sources for the individual programs testGreetings_SOURCES = testGreetings.c @@ -47,6 +47,8 @@ testParser_SOURCES = testParser.c testKernel_SOURCES = testKernel.c +testNonSymInt_SOURCES = testNonSymInt.c + # Files necessary for distribution EXTRA_DIST = testReading.sh makeInput.py testPair.sh testPairPerturbed.sh \ test27cells.sh test27cellsPerturbed.sh tolerance.dat testParser.sh \ -- GitLab