CGAL / cgal-testsuite-dockerfiles

Docker files for the automated CGAL test suite
GNU General Public License v3.0
9 stars 9 forks source link

Tests of other third-party libraries #26

Closed lrineau closed 7 years ago

lrineau commented 9 years ago

In my CMakeCache.txt, I can read:

CGAL_SUPPORTING_3RD_PARTY_LIBRARIES:INTERNAL=GMP;GMPXX;MPFR;ZLIB;OpenGL;LEDA;MPFI;RS;RS3;OpenNL;Eigen3;BLAS;LAPACK;QGLViewer;ESBTL;Coin3D;NTL;IPE;TAUCS

I wonder if GMPXX is tested.

The Docker testsuite is supposed to replace the legacy testsuite, and I think that the following should be tested, at least on some platforms:

TAUCS should no longer be tested.

bo0ts commented 9 years ago

I added ESBTL, NTL and IPE to some platforms. I did not add RS yet, because I have doubts that the license actually allows it. If you think RS is OK to add, I'll add it to some platforms.

lrineau commented 7 years ago

Fixed by #44.