Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/testsuite.at

    • Property mode changed from 100644 to 100755
    rab3a0e rcc2ee5  
    1212AT_CHECK([../../molecuilder -h], 0, [stdout], [ignore])
    1313AT_CHECK([fgrep "Give this help screen" stdout], 0, [ignore], [ignore])
     14AT_CHECK([../../molecuilder -e], 0, [ignore], [stderr])
     15AT_CHECK([fgrep "Not enough or invalid arguments" stderr], 0, [ignore], [ignore])
     16AT_CHECK([../../molecuilder test.conf], 0, [stdout], [stderr])
     17AT_CHECK([fgrep "Element list loading failed" stdout], 0, [ignore], [ignore])
    1418AT_CLEANUP
    1519
     
    3842AT_CHECK([../../molecuilder -e ./ <input], 0, [ignore], [ignore])
    3943AT_CHECK([diff main_pcp_linux test.conf], 0, [ignore], [ignore])
     44# 4. test some more configuration
     45AT_CHECK([../../molecuilder test.conf -e ./ -t -s -b -F -E -c -b -a -U -T -u], 0, [ignore], [stderr])
     46AT_CHECK([fgrep -c "Not enough or invalid" stderr], 0, [10
     47], [ignore])
    4048AT_CLEANUP
    4149
Note: See TracChangeset for help on using the changeset viewer.