Changeset 23c207 for molecuilder/tests
- Timestamp:
- May 26, 2008, 1:21:19 PM (17 years ago)
- Children:
- 5063f1
- Parents:
- 94b458
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/tests/testsuite.at
r94b458 r23c207 70 70 AT_CHECK([fgrep "Ion_Type2_4" test.conf], 1, [ignore], [ignore]) 71 71 # 5. fragment the molecule and check the number of configs 72 AT_CHECK([../../molecuilder test.conf -e elements.db -f 1.55 2 A], 0, [ignore], [ignore], [mkdir std; mv BondFragment*.conf* std/])72 AT_CHECK([../../molecuilder test.conf -e elements.db -f 1.55 2], 0, [ignore], [ignore], [mkdir std; mv BondFragment*.conf* std/]) 73 73 AT_CHECK([mkdir std; mv BondFragment*.conf* std/], 0) 74 74 AT_CHECK([ls -l std/BondFragment*.conf | wc -l], 0, [5 75 75 ], [ignore]) 76 AT_CHECK([../../molecuilder test.conf -e elements.db -f 1.55 2 A], 0, [ignore], [ignore], [mkdir new; mv BondFragment*.conf* new/])76 AT_CHECK([../../molecuilder test.conf -e elements.db -f 1.55 2], 0, [ignore], [ignore], [mkdir new; mv BondFragment*.conf* new/]) 77 77 AT_CHECK([mkdir new; mv BondFragment*.conf* new/], 0) 78 78 # 6. compare both dirs by diff'ing
Note:
See TracChangeset
for help on using the changeset viewer.