Last change
on this file since ccd028 was dac5c5, checked in by Frederik Heber <heber@…>, 17 years ago |
added small test for NanoCreator
make clean install check reported incorrect testsuite construction for "util"s part, hence a small test.
|
-
Property mode
set to
100644
|
File size:
130 bytes
|
Rev | Line | |
---|
[dac5c5] | 1 | #!/bin/sh
|
---|
| 2 | #
|
---|
| 3 | # wrapper for testing NanoCreator
|
---|
| 4 |
|
---|
| 5 | . atconfig
|
---|
| 6 |
|
---|
| 7 | "${abs_top_builddir}/NanoCreator" \
|
---|
| 8 | ${1+"$@"}
|
---|
| 9 | status=$?
|
---|
| 10 |
|
---|
| 11 | exit $status
|
---|
Note:
See
TracBrowser
for help on using the repository browser.