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
60ad5585
Commit
60ad5585
authored
Sep 25, 2015
by
POTTIER Francois
Browse files
Merge branch 'coverage' of
git+ssh://scm.gforge.inria.fr//gitroot/menhir/menhir
into coverage
parents
bf483577
b5e2c148
Changes
1
Hide whitespace changes
Inline
Side-by-side
bench/good/Makefile
View file @
60ad5585
...
...
@@ -106,8 +106,8 @@ clean::
# Testing LRijkstra, that is, menhir --list-errors.
ifeq
($(shell hostname),teraram)
TIMEOUT
:=
2
PARALLEL
:=
-j
4
0
TIMEOUT
:=
1200
PARALLEL
:=
-j
3
0
else
TIMEOUT
:=
2
PARALLEL
:=
-j4
...
...
@@ -120,7 +120,7 @@ SINGLE = $(shell ls *.mly | egrep -v '.*-([1-9]).mly')
@
if
(
timeout
$(TIMEOUT)
$(MENHIR)
--list-errors
-la
2
--lalr
$<
)
>>
$@
2>&1
;
then
\
echo
"
$<
: success."
|
tee
-a
$@
;
\
else
\
echo
"
$<
: TIMEOUT."
|
tee
-a
$@
;
\
echo
"
$<
: TIMEOUT
(or failure)
."
|
tee
-a
$@
;
\
fi
list
:
...
...
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