142 Commits

Author SHA1 Message Date
Radovan Bast
979453c610 fc_blas and fc_lapack tests need also C and CXX support 2019-10-06 15:54:17 +02:00
Roberto Di Remigio
2127b9e815
Fix Python libs tests 2018-03-12 12:55:23 +01:00
Roberto Di Remigio
98ba4cf3b2
Remove enable_language from language modules
Notice that cxx.cmake reference, incorrectly, CMAKE_C_COMPILER instead of CMAKE_CXX_COMPILER
2017-05-18 10:27:12 +02:00
Roberto Di Remigio
28b9ba022c
Parse language field in YAML to generate project(<PROJECT_NAME> <PROJECT_LANGUAGE>) in CMakeLists.txt 2017-05-18 10:27:12 +02:00
Radovan Bast
319ce56308 require setting default_build_type 2017-02-04 12:25:53 +01:00
Radovan Bast
0eb3a8e56c restore git_info test 2016-11-21 20:39:57 +01:00
Roberto Di Remigio
4efb243161
Fine-tune and fix tests 2016-11-16 15:31:57 +01:00
Radovan Bast
8b055107ca fix boost test autocmake.yml files 2016-05-20 21:50:56 +02:00
Radovan Bast
8af4e033d9 convert boost tests to new form 2016-05-20 21:02:16 +02:00
Radovan Bast
bfeef557e7 convert python tests to new form 2016-05-20 20:58:43 +02:00
Radovan Bast
6896da511c restore a couple of tests 2016-05-20 20:55:10 +02:00
Radovan Bast
37d430c0fd workaround for problem with trying to copy to existing dir 2016-05-20 20:43:08 +02:00
Radovan Bast
28582ceba7 reactivate test_cxx 2016-05-20 15:37:22 +02:00
Radovan Bast
939de1edb0 reactivate one real test 2016-05-20 15:35:13 +02:00
Radovan Bast
8319d41ba7 use {0} instead of {} in format 2016-04-14 12:12:41 +02:00
Radovan Bast
0c3f91ba8e disable appveyor support; fixes #112, fixes #167 2016-03-29 07:02:05 +02:00
Radovan Bast
7c4dac37ce skip test_boost_libs on osx 2015-11-05 17:12:33 +01:00
Radovan Bast
bc2d767342 rm MPI test; too painful to maintain 2015-11-04 19:43:54 +01:00
Radovan Bast
b64341684a rm lapacke test; too painful to get it to run; fixes #137 2015-11-04 19:39:22 +01:00
Radovan Bast
e17c541b07 update .travis.yml 2015-11-04 19:38:10 +01:00
Radovan Bast
ea3a58b292 link MPI_LIBRARIES 2015-10-30 10:56:14 +01:00
Radovan Bast
71bea9bfe5 only test mpif.h 2015-10-30 10:28:45 +01:00
Miro Iliaš
4ea3f73bae Update test.py 2015-10-15 16:54:34 +02:00
Miro Iliaš
c8b0ce01a8 allow python_interpreter test on Windows
...should work...
2015-10-15 16:43:15 +02:00
Radovan Bast
31fe2cd0a3 skip many tests on windows 2015-10-13 21:47:05 +02:00
Radovan Bast
7e7a93eafa Merge pull request #153 from robertodr/master
Streamline Boost tests for compiled libraries and add documentation on Boost module usage
2015-10-13 10:41:37 +02:00
Radovan Bast
bd6cbb1cbc less hardcoding 2015-10-13 10:27:44 +02:00
Roberto Di Remigio
ae87734faf Streamline Boost tests for compiled libraries and add documentation on Boost module usage 2015-10-13 10:26:16 +02:00
Radovan Bast
fd8ec93851 the default setup script name becomes "setup"
it can be changed in autocmake.cfg
2015-10-12 15:30:51 +02:00
Radovan Bast
09903e4034 s/defaults/override/ 2015-10-05 15:43:19 +02:00
Radovan Bast
a823e300f6 allow config file interpolation 2015-10-04 23:08:31 +02:00
Radovan Bast
9e32dd790d create own module proxies for blas/lapack 2015-09-19 15:47:17 +02:00
Radovan Bast
c56e9eaa56 rm int64 dependency in blas/lapack tests 2015-09-19 15:32:06 +02:00
Radovan Bast
f8e89221ed do not run accelerate test on windows 2015-09-19 15:27:05 +02:00
Radovan Bast
825f8cfb9c rm unreachable code (in our regular automated testing) 2015-09-18 14:26:06 +02:00
Radovan Bast
b8e8a7abd1 s/FATAL/FATAL_ERROR/ 2015-09-18 14:07:57 +02:00
Radovan Bast
7a65a4cfe7 skip test_cxx_lapacke on linux 2015-09-18 13:09:46 +02:00
Radovan Bast
7fde3db8ff fix typo 2015-09-18 12:29:01 +02:00
Radovan Bast
05fadb04ee simplify MPI test 2015-09-18 12:04:33 +02:00
Radovan Bast
7548f26a08 less code repetition 2015-09-18 11:31:50 +02:00
Radovan Bast
84b330e419 remove "config: custom" option; fixes #135 2015-09-18 11:25:50 +02:00
Radovan Bast
27f4b88220 get less useless and more useful printout from test.py when things fail 2015-09-18 11:20:37 +02:00
Radovan Bast
6c43499681 simplify accelerate test 2015-09-18 10:53:48 +02:00
Radovan Bast
c5057f8aee add test for accelerate framework 2015-09-18 10:44:39 +02:00
Radovan Bast
d4596c6f95 add skip_on_linux decorator 2015-09-18 10:28:31 +02:00
Radovan Bast
9d7c19bc33 second source reset the first 2015-09-18 10:00:39 +02:00
Radovan Bast
a850a854b0 move cblas and lapacke to own dir 2015-09-18 09:58:18 +02:00
Radovan Bast
ffd128548f more work on lapacke test 2015-09-18 09:34:46 +02:00
Radovan Bast
6efc29457d adding lapacke.cmake stub 2015-09-17 10:44:30 +02:00
Radovan Bast
e399058e37 convert lapacke example to cxx 2015-09-17 10:34:04 +02:00