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

Modified to include testParser.c

parent 85fa86e1
No related branches found
No related tags found
1 merge request!129Parameter file
...@@ -21,10 +21,10 @@ AM_CFLAGS = -I../src $(HDF5_CPPFLAGS) -DTIMER ...@@ -21,10 +21,10 @@ AM_CFLAGS = -I../src $(HDF5_CPPFLAGS) -DTIMER
AM_LDFLAGS = ../src/.libs/libswiftsim.a $(HDF5_LDFLAGS) $(HDF5_LIBS) AM_LDFLAGS = ../src/.libs/libswiftsim.a $(HDF5_LDFLAGS) $(HDF5_LIBS)
# List of programs and scripts to run in the test suite # List of programs and scripts to run in the test suite
TESTS = testGreetings testReading.sh testSingle testTimeIntegration TESTS = testGreetings testReading.sh testSingle testTimeIntegration testParser.sh
# List of test programs to compile # List of test programs to compile
check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration testSPHStep testVectorize check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration testSPHStep testVectorize testParser
# Sources for the individual programs # Sources for the individual programs
testGreetings_SOURCES = testGreetings.c testGreetings_SOURCES = testGreetings.c
...@@ -39,5 +39,7 @@ testSingle_SOURCES = testSingle.c ...@@ -39,5 +39,7 @@ testSingle_SOURCES = testSingle.c
testVectorize_SOURCES = testVectorize.c testVectorize_SOURCES = testVectorize.c
testParser_SOURCES = testParser.c ../src/parser.c
# Files necessary for distribution # Files necessary for distribution
EXTRA_DIST = testReading.sh makeInput.py EXTRA_DIST = testReading.sh makeInput.py testParser.sh testParserInput.yaml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment