source:
trunk/essentials/sys-devel/autoconf-2.13/testsuite/autoconf.s/syntax.exp
Last change on this file was 3157, checked in by , 18 years ago | |
---|---|
File size: 295 bytes |
Line | |
---|---|
1 | # Test all of the acspecific.m4 macros. -*- TCL -*- |
2 | |
3 | send_user "Checking for syntax errors in the specific tests...\n" |
4 | set script {s/^AC_DEFUN(\([^,]*\).*/\1/p} |
5 | set macros [exec sed -n $script $srcdir/../acspecific.m4] |
6 | |
7 | foreach mac $macros { |
8 | send_user "$mac\n" |
9 | autoconf_test $mac $mac |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.