Skip to content
Snippets Groups Projects
Commit c3316ea6 authored by James Willis's avatar James Willis
Browse files

Added testNonSymInt.c to list of compilation units.

parent ca0efff5
No related branches found
No related tags found
1 merge request!203Gadget2 part update
...@@ -26,7 +26,7 @@ TESTS = testGreetings testReading.sh testSingle testPair.sh testPairPerturbed.sh ...@@ -26,7 +26,7 @@ TESTS = testGreetings testReading.sh testSingle testPair.sh testPairPerturbed.sh
# List of test programs to compile # List of test programs to compile
check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \ check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \
testSPHStep testPair test27cells testParser testKernel testSPHStep testPair test27cells testParser testKernel testNonSymInt
# Sources for the individual programs # Sources for the individual programs
testGreetings_SOURCES = testGreetings.c testGreetings_SOURCES = testGreetings.c
...@@ -47,6 +47,8 @@ testParser_SOURCES = testParser.c ...@@ -47,6 +47,8 @@ testParser_SOURCES = testParser.c
testKernel_SOURCES = testKernel.c testKernel_SOURCES = testKernel.c
testNonSymInt_SOURCES = testNonSymInt.c
# Files necessary for distribution # Files necessary for distribution
EXTRA_DIST = testReading.sh makeInput.py testPair.sh testPairPerturbed.sh \ EXTRA_DIST = testReading.sh makeInput.py testPair.sh testPairPerturbed.sh \
test27cells.sh test27cellsPerturbed.sh tolerance.dat testParser.sh \ test27cells.sh test27cellsPerturbed.sh tolerance.dat testParser.sh \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment