Skip to content
Snippets Groups Projects
Commit 8f88c063 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Applied the usual naming convention to the new threadpool test

parent dd37f587
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ tests/testFFT ...@@ -62,6 +62,7 @@ tests/testFFT
tests/testInteractions tests/testInteractions
tests/testSymmetry tests/testSymmetry
tests/testMaths tests/testMaths
tests/testThreadpool
tests/testParser tests/testParser
tests/parser_output.yml tests/parser_output.yml
tests/test27cells.sh tests/test27cells.sh
......
...@@ -24,13 +24,13 @@ AM_LDFLAGS = ../src/.libs/libswiftsim.a $(HDF5_LDFLAGS) $(HDF5_LIBS) $(FFTW_LIBS ...@@ -24,13 +24,13 @@ AM_LDFLAGS = ../src/.libs/libswiftsim.a $(HDF5_LDFLAGS) $(HDF5_LIBS) $(FFTW_LIBS
TESTS = testGreetings testMaths testReading.sh testSingle testKernel testSymmetry \ TESTS = testGreetings testMaths testReading.sh testSingle testKernel testSymmetry \
testPair.sh testPairPerturbed.sh test27cells.sh test27cellsPerturbed.sh \ testPair.sh testPairPerturbed.sh test27cells.sh test27cellsPerturbed.sh \
testParser.sh testSPHStep test125cells.sh testKernelGrav testFFT \ testParser.sh testSPHStep test125cells.sh testKernelGrav testFFT \
threadpool_test testThreadpool
# 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 test125cells testParser \ testSPHStep testPair test27cells test125cells testParser \
testKernel testKernelGrav testFFT testInteractions testMaths \ testKernel testKernelGrav testFFT testInteractions testMaths \
testSymmetry threadpool_test testSymmetry testThreadpool
# Sources for the individual programs # Sources for the individual programs
testGreetings_SOURCES = testGreetings.c testGreetings_SOURCES = testGreetings.c
...@@ -63,7 +63,7 @@ testFFT_SOURCES = testFFT.c ...@@ -63,7 +63,7 @@ testFFT_SOURCES = testFFT.c
testInteractions_SOURCES = testInteractions.c testInteractions_SOURCES = testInteractions.c
threadpool_test_SOURCES = threadpool_test.c testThreadpool_SOURCES = testThreadpool.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 \
......
File moved
...@@ -116,7 +116,6 @@ int main() { ...@@ -116,7 +116,6 @@ int main() {
/* Kick... */ /* Kick... */
runner_do_kick(&run, &c, 0); runner_do_kick(&run, &c, 0);
} }
/* Clean-up */ /* Clean-up */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment