- Timestamp:
- Oct 23, 2014, 4:55:15 PM (10 years ago)
- Children:
- eea0bb
- Parents:
- fe02bf
- git-author:
- Frederik Heber <heber@…> (10/17/14 16:04:58)
- git-committer:
- Frederik Heber <heber@…> (10/23/14 16:55:15)
- Location:
- tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/Python/AllActions/options.dat
rfe02bf r7305d5 1 1 #key value 2 actionname "help"3 2 add-atom "1" 4 3 add-empty-boundary "5,5,5" … … 88 87 fragment-resultfile "results.dat" 89 88 grid-level "5" 89 help "help" 90 90 id-mapping "1" 91 91 input "test.data" -
tests/regression/Options/Help/testsuite-options-help.at
rfe02bf r7305d5 27 27 AT_CHECK([fgrep "list of all available Actions" stdout], 0, [ignore], [ignore]) 28 28 AT_CHECK([fgrep "Usage help" stdout], 0, [ignore], [ignore]) 29 AT_CHECK([../../molecuilder --help --actionname"help"], 0, [stdout], [ignore])29 AT_CHECK([../../molecuilder --help "help"], 0, [stdout], [ignore]) 30 30 AT_CHECK([fgrep "Options available for action 'help'" stdout], 0, [ignore], [ignore]) 31 31 -
tests/regression/Potential/FitPotential/testsuite-potential-fit-potential.at
rfe02bf r7305d5 21 21 AT_SETUP([Potential - Fit morse potential to water]) 22 22 AT_KEYWORDS([potential parse-homologies fit-potential morse]) 23 AT_SKIP_IF([../../molecuilder --help --actionnamefit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])23 AT_SKIP_IF([../../molecuilder --help fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 24 24 25 25 file=length_homology.dat … … 47 47 AT_SETUP([Potential - Fit harmonic potential to water]) 48 48 AT_KEYWORDS([potential parse-homologies fit-potential harmonic]) 49 AT_SKIP_IF([../../molecuilder --help --actionnamefit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])49 AT_SKIP_IF([../../molecuilder --help fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 50 50 51 51 file=harmonic_homology.dat … … 73 73 AT_SETUP([Potential - Fit harmonic_angle potential to water]) 74 74 AT_KEYWORDS([potential parse-homologies fit-potential harmonic_angle]) 75 AT_SKIP_IF([../../molecuilder --help --actionnamefit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])75 AT_SKIP_IF([../../molecuilder --help fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 76 76 77 77 file=angle_homology.dat … … 99 99 AT_SETUP([Potential - Fit torsion potential to butane]) 100 100 AT_KEYWORDS([potential parse-homologies fit-potential torsion]) 101 AT_SKIP_IF([../../molecuilder --help --actionnamefit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])101 AT_SKIP_IF([../../molecuilder --help fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 102 102 103 103 file=torsion_homology.dat … … 125 125 AT_SETUP([Potential - Fit improper potential to ammonia]) 126 126 AT_KEYWORDS([potential parse-homologies fit-potential improper]) 127 AT_SKIP_IF([../../molecuilder --help --actionnamefit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])127 AT_SKIP_IF([../../molecuilder --help fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 128 128 129 129 file=improper_homology.dat … … 152 152 AT_SETUP([Potential - Fit LJ potential to argon]) 153 153 AT_KEYWORDS([potential parse-homologies fit-potential lennardjones]) 154 AT_SKIP_IF([../../molecuilder --help --actionnamefit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi])154 AT_SKIP_IF([../../molecuilder --help fit-potential; if test $? -eq 5; then /bin/true; else /bin/false; fi]) 155 155 156 156 file=lj_homology.dat
Note:
See TracChangeset
for help on using the changeset viewer.