Changeset dac5c5 for util


Ignore:
Timestamp:
Apr 29, 2008, 6:56:55 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
36b128
Parents:
f5306f
Message:

added small test for NanoCreator

make clean install check reported incorrect testsuite construction for "util"s part, hence a small test.

Location:
util
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • util/configure.ac

    rf5306f rdac5c5  
    6565AC_CONFIG_TESTDIR(tests)
    6666AC_CONFIG_FILES([tests/atlocal tests/Makefile])
    67 #AC_CONFIG_FILES([tests/pcp], [chmod +x tests/pcp])
     67AC_CONFIG_FILES([tests/NanoCreator], [chmod +x tests/NanoCreator])
    6868
    6969AC_CHECK_FUNCS([pow sqrt strchr strrchr strstr])
  • util/tests/testsuite.at

    rf5306f rdac5c5  
    66# Checking if command line options are parsed correctly
    77AT_BANNER([Utilities - standard options])
    8 AT_SETUP([Standard Options])
     8AT_SETUP([NanoCreator])
     9AT_CHECK([../../NanoCreator], 255, [stdout])
     10AT_CHECK([fgrep "NanoCreator" stdout], 0, [ignore], [ignore])
    911AT_CLEANUP
    1012
Note: See TracChangeset for help on using the changeset viewer.