Changeset d2be22 for tests/regression/Graph/SubgraphDissection
- Timestamp:
- Dec 19, 2025, 11:29:38 PM (4 weeks ago)
- Branches:
- Candidate_v1.7.1, stable
- Children:
- 25aa214
- Parents:
- 29ba9a
- git-author:
- Frederik Heber <frederik.heber@…> (11/16/25 11:12:52)
- git-committer:
- Frederik Heber <frederik.heber@…> (12/19/25 23:29:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/regression/Graph/SubgraphDissection/testsuite-graph-subgraph-dissection.at
r29ba9a rd2be22 24 24 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection/pre/test.conf $file], 0) 25 25 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 26 AT_CHECK([../../molecuilder -i $file -v 3 - I], 0, [stdout], [stderr])26 AT_CHECK([../../molecuilder -i $file -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I], 0, [stdout], [stderr]) 27 27 AT_CHECK([fgrep "I scanned 31 molecules." stdout], 0, [ignore], [ignore]) 28 28 … … 36 36 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection/pre/test.conf $file], 0) 37 37 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 38 AT_CHECK([../../molecuilder -i $file -v 3 - I --undo], 0, [stdout], [stderr])38 AT_CHECK([../../molecuilder -i $file -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I --undo], 0, [stdout], [stderr]) 39 39 AT_CHECK([fgrep "I scanned 31 molecules." stdout], 0, [ignore], [ignore]) 40 40 … … 48 48 AT_CHECK([/bin/cp -f ${abs_top_srcdir}/tests/regression/Graph/SubgraphDissection/pre/test.conf $file], 0) 49 49 AT_CHECK([chmod u+w $file], 0, [ignore], [ignore]) 50 AT_CHECK([../../molecuilder -i $file -v 3 - I --undo --redo], 0, [stdout], [stderr])50 AT_CHECK([../../molecuilder -i $file -v 3 --bond-table ${abs_top_srcdir}/data/bondtables/bondtable.dat -I --undo --redo], 0, [stdout], [stderr]) 51 51 AT_CHECK([grep -c "I scanned 31 molecules." stdout], 0, [ignore], [ignore]) 52 52
Note:
See TracChangeset
for help on using the changeset viewer.
