Skip to content

Commit 46811bb

Browse files
committed
CVS v1.1 files
1 parent 7296b7e commit 46811bb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# You should have received a copy of the GNU General Public License
1616
# along with acl; if not, write to the Free Software
1717
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18-
# $Id: makefile,v 1.8 2010/07/30 13:01:22 bediger Exp $
18+
# $Id: makefile,v 1.9 2010/12/21 04:00:37 bediger Exp $
1919
all:
2020
@echo "Try one of these:"
2121
@echo "make cc" "- very generic"
@@ -31,7 +31,7 @@ clang:
3131
cc:
3232
make CC=cc YACC='yacc -d -v -t ' LEX=lex CFLAGS='-I. -g ' build
3333
gnu:
34-
make CC=gcc YACC='bison -d -b y' LEX=flex CFLAGS='-I. -g -Wall ' build
34+
make CC=gcc YACC='bison -d -b y ' LEX=flex CFLAGS='-I. -g -Wall -O2 ' build
3535
mudflap:
3636
make CC=gcc YACC='bison -d -b y' LEX=flex CFLAGS='-I. -g -fmudflap -Wall' LIBS=-lmudflap build
3737
coverage:

runtests

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ do
3434
echo "No desired output specified for $OUTPUT"
3535
fi
3636
done
37+
38+
# Put some coverage tests here that exercize setting command line flags
39+
./acl -p -x > /dev/null 2>&1
40+
./acl -p -c -d -e -N 10 -s -T 150 -t < /dev/null 2>&1

tests.out/043

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Bracket abstraction on "x" failed.
2+
Bracket abstraction on "y" failed.
3+
Bracket abstraction on "z" failed.

0 commit comments

Comments
 (0)