Skip to content

Commit

Permalink
enable r in meta example tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karlnapf authored and vigsterkr committed Feb 16, 2018
1 parent 9e8f47f commit 3a3983c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions examples/meta/CMakeLists.txt
Expand Up @@ -112,10 +112,6 @@ ENDIF()

########### test all the enabled interfaces & install their files to examples

# FIXME: these are the interfaces which has various problems
# hence need to disable their testing
# temporarily disabled as R and static calls has to be fixed
LIST(APPEND DISABLED_INTERFACES INTERFACE_R)
# temporarily removed since lua modular currently
# does not support overloaded c++ methods
# see https://github.com/shogun-toolbox/shogun/issues/3018
Expand Down
3 changes: 2 additions & 1 deletion tests/meta/CMakeLists.txt
@@ -1,3 +1,4 @@

INCLUDE(PythonEnvironment)
GET_PYTHON_ENV()

Expand Down Expand Up @@ -60,7 +61,7 @@ FOREACH(REFERENCE_FILE ${META_INTEGRATION_REFERENCES})
IF (NOT ${DISABLE_META_INTEGRATION_TESTS})
AddMetaIntegrationTest(python INTERFACE_PYTHON)
AddMetaIntegrationTest(java INTERFACE_JAVA)
#AddMetaIntegrationTest(r INTERFACE_R) # currently we have the r meta examples disabled, so no generated results that can be tested
AddMetaIntegrationTest(r INTERFACE_R)
AddMetaIntegrationTest(octave INTERFACE_OCTAVE)
AddMetaIntegrationTest(csharp INTERFACE_CSHARP)
AddMetaIntegrationTest(ruby INTERFACE_RUBY)
Expand Down

0 comments on commit 3a3983c

Please sign in to comment.