Skip to content
Snippets Groups Projects
Commit f085be6f authored by François Bobot's avatar François Bobot
Browse files

[xgboost] specify that xgboost tests are for caisar-xgboost package only

parent 854e69cd
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,6 @@ depends: [ ...@@ -17,7 +17,6 @@ depends: [
"ocamlgraph" {>= "1.8.8"} "ocamlgraph" {>= "1.8.8"}
"ppx_inline_test" {>= "0.12.0"} "ppx_inline_test" {>= "0.12.0"}
"ppx_deriving" {>= "4.4.1"} "ppx_deriving" {>= "4.4.1"}
"caisar-xgboost" {= version & = with-test}
"odoc" {with-doc} "odoc" {with-doc}
] ]
build: [ build: [
......
...@@ -15,7 +15,6 @@ depends: [ ...@@ -15,7 +15,6 @@ depends: [
"ocaml" {>= "4.13"} "ocaml" {>= "4.13"}
"base" {>= "v0.14.0"} "base" {>= "v0.14.0"}
"csv" {>= "2.4"} "csv" {>= "2.4"}
"caisar-xgboost" {= version & = with-test}
"odoc" {with-doc} "odoc" {with-doc}
] ]
build: [ build: [
......
...@@ -15,7 +15,6 @@ depends: [ ...@@ -15,7 +15,6 @@ depends: [
"ocaml" {>= "4.13"} "ocaml" {>= "4.13"}
"base" {>= "v0.14.0"} "base" {>= "v0.14.0"}
"csv" {>= "2.4"} "csv" {>= "2.4"}
"caisar-xgboost" {= version & = with-test}
"odoc" {with-doc} "odoc" {with-doc}
] ]
build: [ build: [
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
(ocaml (>= 4.13)) (ocaml (>= 4.13))
(base (>= v0.14.0)) (base (>= v0.14.0))
(csv (>= 2.4)) (csv (>= 2.4))
(caisar-xgboost (and (= :version ) (= :with-test)))
) )
) )
...@@ -35,7 +34,6 @@ ...@@ -35,7 +34,6 @@
(ocaml (>= 4.13)) (ocaml (>= 4.13))
(base (>= v0.14.0)) (base (>= v0.14.0))
(csv (>= 2.4)) (csv (>= 2.4))
(caisar-xgboost (and (= :version ) (= :with-test)))
) )
) )
...@@ -74,7 +72,6 @@ ...@@ -74,7 +72,6 @@
(ocamlgraph (>= 1.8.8)) (ocamlgraph (>= 1.8.8))
(ppx_inline_test (>= 0.12.0)) (ppx_inline_test (>= 0.12.0))
(ppx_deriving (>= 4.4.1)) (ppx_deriving (>= 4.4.1))
(caisar-xgboost (and (= :version ) (= :with-test)))
) )
) )
......
(executable (executable
(name parse_xgboost) (name parse_xgboost)
(libraries yojson caisar_xgboost csv)) (libraries yojson caisar-xgboost csv)
)
(cram (cram
(deps model-0.json agaricus.test.svm ../bin/parse_xgboost.exe) (deps model-0.json agaricus.test.svm ../bin/parse_xgboost.exe)
(applies_to logistic)) (applies_to logistic)
(package caisar-xgboost))
(cram (cram
(deps california.json california.csv ../bin/parse_xgboost.exe) (deps california.json california.csv ../bin/parse_xgboost.exe)
(applies_to california)) (applies_to california)
(package caisar-xgboost))
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
yaml.unix yaml.unix
fpath fpath
zarith zarith
caisar_xgboost) caisar-xgboost)
(preprocess (preprocess
(pps (pps
ppx_deriving_yojson ppx_deriving_yojson
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment