JoinAnalysis_works_for_forces
|
Last change
on this file since db3ea3 was 1ddebb, checked in by Frederik Heber <heber@…>, 18 years ago |
|
forgot to commit the actual autotest files listed during last commit, that make "make check" work.
|
-
Property mode
set to
100644
|
|
File size:
134 bytes
|
| Rev | Line | |
|---|
| [1ddebb] | 1 | #!/bin/sh
|
|---|
| 2 | #
|
|---|
| 3 | # wrapper for testing molecuilder
|
|---|
| 4 |
|
|---|
| 5 | . atconfig
|
|---|
| 6 |
|
|---|
| 7 | "${abs_top_builddir}/src/molecuilder" \
|
|---|
| 8 | ${1+"$@"}
|
|---|
| 9 | status=$?
|
|---|
| 10 |
|
|---|
| 11 | exit $status
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.