Skip to content

Commit

Permalink
CVS v1.1 files
Browse files Browse the repository at this point in the history
  • Loading branch information
bediger4000 committed May 21, 2016
1 parent 7296b7e commit 46811bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# You should have received a copy of the GNU General Public License
# along with acl; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# $Id: makefile,v 1.8 2010/07/30 13:01:22 bediger Exp $
# $Id: makefile,v 1.9 2010/12/21 04:00:37 bediger Exp $
all:
@echo "Try one of these:"
@echo "make cc" "- very generic"
Expand All @@ -31,7 +31,7 @@ clang:
cc:
make CC=cc YACC='yacc -d -v -t ' LEX=lex CFLAGS='-I. -g ' build
gnu:
make CC=gcc YACC='bison -d -b y' LEX=flex CFLAGS='-I. -g -Wall ' build
make CC=gcc YACC='bison -d -b y ' LEX=flex CFLAGS='-I. -g -Wall -O2 ' build
mudflap:
make CC=gcc YACC='bison -d -b y' LEX=flex CFLAGS='-I. -g -fmudflap -Wall' LIBS=-lmudflap build
coverage:
Expand Down
4 changes: 4 additions & 0 deletions runtests
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ do
echo "No desired output specified for $OUTPUT"
fi
done

# Put some coverage tests here that exercize setting command line flags
./acl -p -x > /dev/null 2>&1
./acl -p -c -d -e -N 10 -s -T 150 -t < /dev/null 2>&1
3 changes: 3 additions & 0 deletions tests.out/043
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Bracket abstraction on "x" failed.
Bracket abstraction on "y" failed.
Bracket abstraction on "z" failed.

0 comments on commit 46811bb

Please sign in to comment.