- Timestamp:
- Jan 29, 2015, 7:38:23 AM (10 years ago)
- Children:
- 7e6c0d
- Parents:
- 27e464 (diff), 7305d5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Potential/FitPotential/testsuite-potential-fit-potential.at
r27e464 reea0bb 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.