# Process with autom4te to create an -*- Autotest -*- test suite. AT_INIT([ESPACK Utilities]) # Checking if command line options are parsed correctly AT_BANNER([Utilities - standard options]) AT_SETUP([NanoCreator]) AT_CHECK([../../NanoCreator], 255, [stdout]) AT_CHECK([fgrep "NanoCreator" stdout], 0, [ignore], [ignore]) AT_CLEANUP