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
4d7c9ca5
Commit
4d7c9ca5
authored
May 31, 2018
by
lhausamm
Browse files
Add testSelectOutput in makefiles
parent
faafec01
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
4d7c9ca5
...
...
@@ -1207,6 +1207,7 @@ AC_CONFIG_FILES([tests/testPeriodicBC.sh], [chmod +x tests/testPeriodicBC.sh])
AC_CONFIG_FILES([tests/testPeriodicBCPerturbed.sh], [chmod +x tests/testPeriodicBCPerturbed.sh])
AC_CONFIG_FILES([tests/testInteractions.sh], [chmod +x tests/testInteractions.sh])
AC_CONFIG_FILES([tests/testParser.sh], [chmod +x tests/testParser.sh])
AC_CONFIG_FILES([tests/testSelectOutput.sh], [chmod +x tests/testSelectOutput.sh])
# Save the compilation options
AC_DEFINE_UNQUOTED([SWIFT_CONFIG_FLAGS],["$swift_config_flags"],[Flags passed to configure])
...
...
tests/Makefile.am
View file @
4d7c9ca5
...
...
@@ -27,7 +27,7 @@ TESTS = testGreetings testMaths testReading.sh testSingle testKernel testSymmetr
testMatrixInversion testThreadpool testDump testLogger testInteractions.sh
\
testVoronoi1D testVoronoi2D testVoronoi3D testGravityDerivatives
\
testPeriodicBC.sh testPeriodicBCPerturbed.sh testPotentialSelf
\
testPotentialPair testEOS testUtilities
testPotentialPair testEOS testUtilities
testSelectOutput.sh
# List of test programs to compile
check_PROGRAMS
=
testGreetings testReading testSingle testTimeIntegration
\
...
...
@@ -37,7 +37,8 @@ check_PROGRAMS = testGreetings testReading testSingle testTimeIntegration \
testAdiabaticIndex testRiemannExact testRiemannTRRS
\
testRiemannHLLC testMatrixInversion testDump testLogger
\
testVoronoi1D testVoronoi2D testVoronoi3D testPeriodicBC
\
testGravityDerivatives testPotentialSelf testPotentialPair testEOS testUtilities
testGravityDerivatives testPotentialSelf testPotentialPair testEOS testUtilities
\
testSelectOutput
# Rebuild tests when SWIFT is updated.
$(check_PROGRAMS)
:
../src/.libs/libswiftsim.a
...
...
@@ -49,6 +50,8 @@ testMaths_SOURCES = testMaths.c
testReading_SOURCES
=
testReading.c
testSelectOutput_SOURCES
=
testSelectOutput.c
testSymmetry_SOURCES
=
testSymmetry.c
# Added because of issues using memcmp on clang 4.x
...
...
@@ -120,4 +123,4 @@ EXTRA_DIST = testReading.sh makeInput.py testActivePair.sh \
tolerance_27_normal.dat tolerance_27_perturbed.dat tolerance_27_perturbed_h.dat tolerance_27_perturbed_h2.dat
\
tolerance_testInteractions.dat tolerance_pair_active.dat tolerance_pair_force_active.dat
\
fft_params.yml tolerance_periodic_BC_normal.dat tolerance_periodic_BC_perturbed.dat
\
testEOS.sh testEOS_plot.sh
testEOS.sh testEOS_plot.sh
testSelectOutput.sh selectOutput.yml
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