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
05d29e59
Commit
05d29e59
authored
Dec 12, 2013
by
Pietro Abate
Browse files
Rename test files and clean up
typesOUnit.cma won't compile for some strange reason
parent
e0c8c80b
Changes
7
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
05d29e59
...
...
@@ -126,3 +126,6 @@ evaluator: $(EVALUATOR:.cmo=.$(EXTENSION))
# Seems to be some problems with statically linking curl
# EXTRA_OPTS_WEBIFACE += -ccopt -static
typestop
:
ocamlbuild typesOUnit.cma
ocaml
-init
tests/toplevel/typesOUnit.ocamlinit
_tags
View file @
05d29e59
...
...
@@ -8,11 +8,10 @@ true: -traverse
<compile>: include
<schema>: include
<runtime>: include
<{misc,types,typing,schema,compile,runtime}/*.cmx>: for-pack(Cduce_test)
#<{misc,types}/*.cmx>: for-pack(Cduce_test)
<{misc,types}/*.cmx>: for-pack(Cduce_boolvar)
<{misc,types,typing,schema,compile,runtime,parser}/*.cmx>: for-pack(TypesOUnit)
<{misc,types}/*.cmx>: for-pack(BoolVarOUnit)
<parser/**>: package(ulex), package(netstring), syntax(camlp4o)
<schema/**>: package(pcre), package(netstring)
<runtime/**>: package(pcre), package(netstring)
<tests/libtest/
t
est
s
*>: pp(camlp4orf.opt), package(netstring), package(pcre), package(oUnit), package(ulex), package(num), package(camlp4.lib)
, use_cduce_lib
<tests/libtest/
*T
est
.
*>: pp(camlp4orf.opt), package(netstring), package(pcre), package(oUnit), package(ulex), package(num), package(camlp4.lib)
cduce_
bool
v
ar.mlpack
→
bool
V
ar
OUnit
.mlpack
View file @
05d29e59
File moved
myocamlbuild.ml
View file @
05d29e59
...
...
@@ -6,6 +6,6 @@ open Command ;;
let
_
=
dispatch
begin
function
|
After_rules
->
ocaml_lib
~
extern
:
true
~
dir
:
"_build"
"
cduce_tes
t"
ocaml_lib
~
extern
:
true
~
dir
:
"_build"
"
typesOUni
t"
|
_
->
()
end
;;
tests/libtest/
tests-
boolvar.ml
→
tests/libtest/boolvar
Test
.ml
View file @
05d29e59
File moved
tests/libtest/test
s
.ml
→
tests/libtest/t
ypesT
est.ml
View file @
05d29e59
File moved
cduce_tes
t.mlpack
→
typesOUni
t.mlpack
View file @
05d29e59
File moved
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