diff --git a/tests/Makefile.am b/tests/Makefile.am index 31b76ac54fb23ae0077ac85ee34835919b876a8b..ca5d6af21fe417da4d0b33dde592eeb0be544938 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 + testSPHStep testPair test27cells testParser testKernel testNonSymInt testSymInt # Sources for the individual programs testGreetings_SOURCES = testGreetings.c @@ -49,6 +49,8 @@ testKernel_SOURCES = testKernel.c testNonSymInt_SOURCES = testNonSymInt.c +testSymInt_SOURCES = testSymInt.c + # Files necessary for distribution EXTRA_DIST = testReading.sh makeInput.py testPair.sh testPairPerturbed.sh \ test27cells.sh test27cellsPerturbed.sh tolerance.dat testParser.sh \