Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
8f88c063
Commit
8f88c063
authored
Aug 17, 2016
by
Matthieu Schaller
Browse files
Applied the usual naming convention to the new threadpool test
parent
dd37f587
Changes
4
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
8f88c063
...
...
@@ -62,6 +62,7 @@ tests/testFFT
tests/testInteractions
tests/testSymmetry
tests/testMaths
tests/testThreadpool
tests/testParser
tests/parser_output.yml
tests/test27cells.sh
...
...
tests/Makefile.am
View file @
8f88c063
...
...
@@ -24,13 +24,13 @@ AM_LDFLAGS = ../src/.libs/libswiftsim.a $(HDF5_LDFLAGS) $(HDF5_LIBS) $(FFTW_LIBS
TESTS
=
testGreetings testMaths testReading.sh testSingle testKernel testSymmetry
\
testPair.sh testPairPerturbed.sh test27cells.sh test27cellsPerturbed.sh
\
testParser.sh testSPHStep test125cells.sh testKernelGrav testFFT
\
t
hreadpool
_test
testT
hreadpool
# List of test programs to compile
check_PROGRAMS
=
testGreetings testReading testSingle testTimeIntegration
\
testSPHStep testPair test27cells test125cells testParser
\
testKernel testKernelGrav testFFT testInteractions testMaths
\
testSymmetry threadpool
_test
testSymmetry t
estT
hreadpool
# Sources for the individual programs
testGreetings_SOURCES
=
testGreetings.c
...
...
@@ -63,7 +63,7 @@ testFFT_SOURCES = testFFT.c
testInteractions_SOURCES
=
testInteractions.c
threadpool_
test_
SOURCES
=
threadpool
_test
.c
t
estT
hreadpool_SOURCES
=
t
estT
hreadpool.c
# Files necessary for distribution
EXTRA_DIST
=
testReading.sh makeInput.py testPair.sh testPairPerturbed.sh
\
...
...
tests/threadpool
_test
.c
→
tests/t
estT
hreadpool.c
View file @
8f88c063
File moved
tests/testTimeIntegration.c
View file @
8f88c063
...
...
@@ -116,7 +116,6 @@ int main() {
/* Kick... */
runner_do_kick
(
&
run
,
&
c
,
0
);
}
/* Clean-up */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment