diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-28 01:27:54 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2018-07-28 01:27:54 +0300 |
commit | ff48fafbdb4121e2be1ce5e9464f37f1ae732982 (patch) | |
tree | 1ce17d87a7f2383c4bcecc59e10feaf0ce18a7d0 | |
parent | e9bc38685222d624c80dff41f019abf614bb5a54 (diff) |
spectrum: enabled tests (failing)
-rw-r--r-- | packages/net-im/spectrum/spectrum-2.0.7.exheres-0 | 3 | ||||
-rw-r--r-- | packages/net-im/spectrum/spectrum.exlib | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/packages/net-im/spectrum/spectrum-2.0.7.exheres-0 b/packages/net-im/spectrum/spectrum-2.0.7.exheres-0 index 14fa4c0..23009e9 100644 --- a/packages/net-im/spectrum/spectrum-2.0.7.exheres-0 +++ b/packages/net-im/spectrum/spectrum-2.0.7.exheres-0 @@ -3,7 +3,4 @@ require spectrum -#unwritten ? -RESTRICT="test" - PLATFORMS="~amd64 ~x86" diff --git a/packages/net-im/spectrum/spectrum.exlib b/packages/net-im/spectrum/spectrum.exlib index 2fb8aac..bb3c572 100644 --- a/packages/net-im/spectrum/spectrum.exlib +++ b/packages/net-im/spectrum/spectrum.exlib @@ -67,6 +67,7 @@ if ! ever is_scm; then ) fi +CMAKE_SRC_CONFIGURE_TESTS=( '-DENABLE_TESTS=ON -DENABLE_TESTS=OFF' ) CMAKE_SRC_CONFIGURE_OPTION_ENABLES=( 'doc DOCS' |