Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
19113486
Commit
19113486
authored
Sep 10, 2014
by
Pietro Abate
Browse files
Fix printer for parametric types
parent
169c58ca
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/test.sh
View file @
19113486
...
...
@@ -165,7 +165,7 @@ OCAMLDIR=$ROOT/ocaml
MAKECONF
=
$ROOT
/../Makefile.conf
WITHOCAML
=
false
test
-f
$MAKECONF
&&
WITHOCAML
=
`
cat
$MAKECONF
|
grep
ML_INTERFACE |
cut
-d
'='
-f
2
`
test
-f
$MAKECONF
&&
WITHOCAML
=
`
cat
$MAKECONF
|
grep
"
ML_INTERFACE
="
|
cut
-d
'='
-f
2
`
if
test
$WITHOCAML
=
"true"
;
then
...
...
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