|
Last change
on this file since 255d13 was dac5c5, checked in by Frederik Heber <heber@…>, 18 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
|
| Line | |
|---|
| 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.