- Timestamp:
- Apr 29, 2008, 6:56:55 AM (17 years ago)
- Children:
- 36b128
- Parents:
- f5306f
- Location:
- util
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
util/configure.ac
rf5306f rdac5c5 65 65 AC_CONFIG_TESTDIR(tests) 66 66 AC_CONFIG_FILES([tests/atlocal tests/Makefile]) 67 #AC_CONFIG_FILES([tests/pcp], [chmod +x tests/pcp])67 AC_CONFIG_FILES([tests/NanoCreator], [chmod +x tests/NanoCreator]) 68 68 69 69 AC_CHECK_FUNCS([pow sqrt strchr strrchr strstr]) -
util/tests/testsuite.at
rf5306f rdac5c5 6 6 # Checking if command line options are parsed correctly 7 7 AT_BANNER([Utilities - standard options]) 8 AT_SETUP([Standard Options]) 8 AT_SETUP([NanoCreator]) 9 AT_CHECK([../../NanoCreator], 255, [stdout]) 10 AT_CHECK([fgrep "NanoCreator" stdout], 0, [ignore], [ignore]) 9 11 AT_CLEANUP 10 12
Note:
See TracChangeset
for help on using the changeset viewer.