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
84db89c1
Commit
84db89c1
authored
Jul 15, 2016
by
Massimiliano Culpo
Browse files
out of source build : fixed test execution
parent
22c88736
Changes
7
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
84db89c1
...
...
@@ -461,6 +461,12 @@ AM_CONDITIONAL([HAVE_DOXYGEN], [test "$ac_cv_path_ac_pt_DX_DOXYGEN" != ""])
# Handle .in files.
AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile doc/Makefile doc/Doxyfile tests/Makefile])
AC_CONFIG_FILES([tests/testReading.sh], [chmod +x tests/testReading.sh])
AC_CONFIG_FILES([tests/testPair.sh], [chmod +x tests/testPair.sh])
AC_CONFIG_FILES([tests/testPairPerturbed.sh], [chmod +x tests/testPairPerturbed.sh])
AC_CONFIG_FILES([tests/test27cells.sh], [chmod +x tests/test27cells.sh])
AC_CONFIG_FILES([tests/test27cellsPerturbed.sh], [chmod +x tests/test27cellsPerturbed.sh])
AC_CONFIG_FILES([tests/testParser.sh], [chmod +x tests/testParser.sh])
# Report general configuration.
AC_MSG_RESULT([
...
...
tests/test27cells.sh
→
tests/test27cells.sh
.in
View file @
84db89c1
...
...
@@ -3,6 +3,6 @@ rm brute_force_27_standard.dat swift_dopair_27_standard.dat
./test27cells
-p
6
-r
1
-d
0
-f
standard
python difffloat.py brute_force_27_standard.dat swift_dopair_27_standard.dat tolerance.dat 6
python
@srcdir@/
difffloat.py brute_force_27_standard.dat swift_dopair_27_standard.dat
@srcdir@/
tolerance.dat 6
exit
$?
tests/test27cellsPerturbed.sh
→
tests/test27cellsPerturbed.sh
.in
View file @
84db89c1
...
...
@@ -3,6 +3,6 @@ rm brute_force_27_perturbed.dat swift_dopair_27_perturbed.dat
./test27cells
-p
6
-r
1
-d
0.1
-f
perturbed
python difffloat.py brute_force_27_perturbed.dat swift_dopair_27_perturbed.dat tolerance.dat 6
python
@srcdir@/
difffloat.py brute_force_27_perturbed.dat swift_dopair_27_perturbed.dat
@srcdir@/
tolerance.dat 6
exit
$?
tests/testPair.sh
→
tests/testPair.sh
.in
View file @
84db89c1
...
...
@@ -3,6 +3,6 @@ rm brute_force_standard.dat swift_dopair_standard.dat
./testPair
-p
6
-r
1
-d
0
-f
standard
python difffloat.py brute_force_standard.dat swift_dopair_standard.dat tolerance.dat
python
@srcdir@/
difffloat.py brute_force_standard.dat swift_dopair_standard.dat
@srcdir@/
tolerance.dat
exit
$?
tests/testPairPerturbed.sh
→
tests/testPairPerturbed.sh
.in
View file @
84db89c1
...
...
@@ -3,6 +3,6 @@ rm brute_force_perturbed.dat swift_dopair_perturbed.dat
./testPair
-p
6
-r
1
-d
0.1
-f
perturbed
python difffloat.py brute_force_perturbed.dat swift_dopair_perturbed.dat tolerance.dat
python
@srcdir@/
difffloat.py brute_force_perturbed.dat swift_dopair_perturbed.dat
@srcdir@/
tolerance.dat
exit
$?
tests/testParser.sh
→
tests/testParser.sh
.in
View file @
84db89c1
#!/bin/bash
rm
parser_output.yml
./testParser testParserInput.yaml
./testParser
@srcdir@/
testParserInput.yaml
tests/testReading.sh
→
tests/testReading.sh
.in
View file @
84db89c1
#!/bin/bash
python makeInput.py
python
@srcdir@/
makeInput.py
./testReading
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