Last change
on this file since 725869 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:
340 bytes
|
Line | |
---|
1 | # Process with autom4te to create an -*- Autotest -*- test suite.
|
---|
2 |
|
---|
3 |
|
---|
4 | AT_INIT([ESPACK Utilities])
|
---|
5 |
|
---|
6 | # Checking if command line options are parsed correctly
|
---|
7 | AT_BANNER([Utilities - standard options])
|
---|
8 | AT_SETUP([NanoCreator])
|
---|
9 | AT_CHECK([../../NanoCreator], 255, [stdout])
|
---|
10 | AT_CHECK([fgrep "NanoCreator" stdout], 0, [ignore], [ignore])
|
---|
11 | AT_CLEANUP
|
---|
12 |
|
---|
13 |
|
---|
14 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.