Changeset 8e2a42 for molecuilder/tests
- Timestamp:
- Aug 18, 2008, 10:55:30 AM (17 years ago)
- Children:
- bad406
- Parents:
- 8c3747
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/tests/testsuite.at
r8c3747 r8e2a42 14 14 AT_CLEANUP 15 15 16 AT_BANNER([MoleCuilder - simple command line tests])16 AT_BANNER([MoleCuilder - molecular config creation from xyz file and atom adding]) 17 17 AT_SETUP([Simple configuration]) 18 18 # 1. create a fake element database with the only element we need … … 31 31 AT_CHECK([fgrep "Ion_Type1_1" test.conf], 0, [Ion_Type1_1 10.000000000 10.000000000 10.000000000 0 # Number in molecule 0 32 32 ], [ignore]) 33 AT_CHECK([cp test.conf main_pcp_linux], 0, [ignore], [ignore]) 33 34 AT_DATA([input], [aa 10. 10. 10. 1 34 35 s … … 39 40 AT_CLEANUP 40 41 41 AT_BANNER([MoleCuilder - Fragmentation test])42 AT_BANNER([MoleCuilder - Fragmentation and Re-fragmentation test]) 42 43 AT_SETUP([Fragmentation]) 43 44 # 1. create a fake element database with the only two elements we need … … 74 75 AT_CHECK([ls -l std/BondFragment*.conf | wc -l], 0, [5 75 76 ], [ignore]) 76 AT_CHECK([../../molecuilder test.conf -e ./ -f 1.55 2], 0, [ignore], [ignore], [mkdir new; mv BondFragment*.conf* new/]) 77 # 3a. check whether parsing of BondFragment files and re-rwriting config files is working (exit code is 2 as we don't need to continue wrt to ...OrderAtSite) 78 AT_CHECK([../../molecuilder test.conf -e ./ -f 1.55 2], 2, [ignore], [ignore], [mkdir new; mv BondFragment*.conf* new/]) 77 79 AT_CHECK([mkdir new; mv BondFragment*.conf* new/], 0) 78 80 # 6. compare both dirs by diff'ing
Note:
See TracChangeset
for help on using the changeset viewer.