Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POTTIER Francois
menhir
Commits
81525afe
Commit
81525afe
authored
Jul 14, 2015
by
POTTIER Francois
Browse files
Fixed an incorrect (?) use of egrep.
parent
3e3b902f
Changes
1
Hide whitespace changes
Inline
Side-by-side
bench/good/Makefile
View file @
81525afe
...
...
@@ -16,7 +16,7 @@ CAMLC := $(shell if ocamlfind ocamlc -v >/dev/null 2>&1 ; \
# Some tests involve several input files. The naming convention for
# these tests is /name/-[1-9].mly.
TESTS
=
$(
shell
ls
*
.mly | egrep
'*([1]|[^2-9]
)
.mly'
)
TESTS
=
$(
shell
ls
*
.mly | egrep
'
.
*([1]|[^2-9]
)
.mly'
)
RESULTS
=
$(TESTS:.mly=.opp.out)
test
:
clean $(RESULTS)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment