Re: MonetDB: default - (try to) run GSL tests only if we do have GSL...
Hoi Stefan, Dit zou toch niet nodig hoeven zijn. Dit wordt al geregeld via de conditional in de makefile van /sql/backends/monet5/, of vergis ik mij? De andere checkin zal ik even onthouden voor een volgende keer. Arjen ----- Original Message -----
From: "Stefan Manegold"
To: checkin-list@monetdb.org Sent: Tuesday, October 29, 2013 9:44:26 AM Subject: MonetDB: default - (try to) run GSL tests only if we do have GSL... Changeset: bb53a64a83fe for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bb53a64a83fe Modified Files: sql/backends/monet5/gsl/Tests/All Branch: default Log Message:
(try to) run GSL tests only if we do have GSL support
diffs (8 lines):
diff --git a/sql/backends/monet5/gsl/Tests/All b/sql/backends/monet5/gsl/Tests/All --- a/sql/backends/monet5/gsl/Tests/All +++ b/sql/backends/monet5/gsl/Tests/All @@ -1,2 +1,2 @@ -gsl00 -gsl01 +HAVE_GSL?gsl00 +HAVE_GSL?gsl01 _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list
make != Mtest.py ;-) I.e., the Makefile conditional prevents the code from being built if the prerequisites are not fulfilled at compile time. The Mtest.py / All conditional prevents the test from being run if the prerequisites are not fulfilled at compile or run time (whatever applies). Stefan ----- Original Message -----
Hoi Stefan,
Dit zou toch niet nodig hoeven zijn. Dit wordt al geregeld via de conditional in de makefile van /sql/backends/monet5/, of vergis ik mij?
De andere checkin zal ik even onthouden voor een volgende keer.
Arjen
----- Original Message -----
From: "Stefan Manegold"
To: checkin-list@monetdb.org Sent: Tuesday, October 29, 2013 9:44:26 AM Subject: MonetDB: default - (try to) run GSL tests only if we do have GSL... Changeset: bb53a64a83fe for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bb53a64a83fe Modified Files: sql/backends/monet5/gsl/Tests/All Branch: default Log Message:
(try to) run GSL tests only if we do have GSL support
diffs (8 lines):
diff --git a/sql/backends/monet5/gsl/Tests/All b/sql/backends/monet5/gsl/Tests/All --- a/sql/backends/monet5/gsl/Tests/All +++ b/sql/backends/monet5/gsl/Tests/All @@ -1,2 +1,2 @@ -gsl00 -gsl01 +HAVE_GSL?gsl00 +HAVE_GSL?gsl01 _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list
_______________________________________________ developers-list mailing list developers-list@monetdb.org https://www.monetdb.org/mailman/listinfo/developers-list
-- | Stefan.Manegold@CWI.nl | DB Architectures (DA) | | www.CWI.nl/~manegold/ | Science Park 123 (L321) | | +31 (0)20 592-4212 | 1098 XG Amsterdam (NL) |
I see. Arjen ----- Original Message -----
From: "Stefan Manegold"
To: "Communication channel for developers of the MonetDB suite." Sent: Tuesday, October 29, 2013 11:13:07 AM Subject: Re: MonetDB: default - (try to) run GSL tests only if we do have GSL... make != Mtest.py ;-)
I.e., the Makefile conditional prevents the code from being built if the prerequisites are not fulfilled at compile time. The Mtest.py / All conditional prevents the test from being run if the prerequisites are not fulfilled at compile or run time (whatever applies).
Stefan
----- Original Message -----
Hoi Stefan,
Dit zou toch niet nodig hoeven zijn. Dit wordt al geregeld via de conditional in de makefile van /sql/backends/monet5/, of vergis ik mij?
De andere checkin zal ik even onthouden voor een volgende keer.
Arjen
----- Original Message -----
From: "Stefan Manegold"
To: checkin-list@monetdb.org Sent: Tuesday, October 29, 2013 9:44:26 AM Subject: MonetDB: default - (try to) run GSL tests only if we do have GSL... Changeset: bb53a64a83fe for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=bb53a64a83fe Modified Files: sql/backends/monet5/gsl/Tests/All Branch: default Log Message:
(try to) run GSL tests only if we do have GSL support
diffs (8 lines):
diff --git a/sql/backends/monet5/gsl/Tests/All b/sql/backends/monet5/gsl/Tests/All --- a/sql/backends/monet5/gsl/Tests/All +++ b/sql/backends/monet5/gsl/Tests/All @@ -1,2 +1,2 @@ -gsl00 -gsl01 +HAVE_GSL?gsl00 +HAVE_GSL?gsl01 _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list
_______________________________________________ developers-list mailing list developers-list@monetdb.org https://www.monetdb.org/mailman/listinfo/developers-list
-- | Stefan.Manegold@CWI.nl | DB Architectures (DA) | | www.CWI.nl/~manegold/ | Science Park 123 (L321) | | +31 (0)20 592-4212 | 1098 XG Amsterdam (NL) |
_______________________________________________ developers-list mailing list developers-list@monetdb.org https://www.monetdb.org/mailman/listinfo/developers-list
participants (2)
-
Arjen de Rijke
-
Stefan Manegold