Use local grammars instead of installed
This commit is contained in:
parent
8e712a83d4
commit
cd30e89042
4
Makefile
4
Makefile
@ -30,11 +30,11 @@ clean:
|
||||
rm -f $(NAME) $(OBJFILES)
|
||||
|
||||
test: $(NAME)
|
||||
./$(NAME) -g grammars/bp.bp -p Grammar grammars/bp.bp
|
||||
./$(NAME) -g ./grammars/bp.bp -p Grammar ./grammars/bp.bp
|
||||
|
||||
leaktest:
|
||||
make G=-ggdb O=-O0 EXTRA=-DDEBUG_HEAP clean bp
|
||||
valgrind --leak-check=full ./bp -l -g grammars/bp.bp -p Grammar grammars/bp.bp
|
||||
valgrind --leak-check=full ./bp -l -g ./grammars/bp.bp -p Grammar ./grammars/bp.bp
|
||||
|
||||
splint:
|
||||
splint -posix-lib -weak -unrecog -initallelements -fullinitblock $(CFILES) bp.c
|
||||
|
Loading…
Reference in New Issue
Block a user