Skip to content

Commit

Permalink
Remove Metal target
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Schaetz committed May 17, 2016
1 parent 1a273ac commit b6d5fa6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -52,10 +52,10 @@ matrix:
env: AURA_BASE=OPENCL
AURA_UNIT_TEST_DEVICE=0
compiler: gcc
- os: osx
env: AURA_BASE=METAL
AURA_UNIT_TEST_DEVICE=0
compiler: clang
#- os: osx
#env: AURA_BASE=METAL
# AURA_UNIT_TEST_DEVICE=0
#compiler: clang



Expand Down
6 changes: 3 additions & 3 deletions test/basic.cpp
Expand Up @@ -24,9 +24,9 @@ BOOST_AUTO_TEST_CASE(basic_device_getters)
boost::aura::initialize();
{
boost::aura::device d(AURA_UNIT_TEST_DEVICE);
//auto base_device_handle = d.get_base_device();
//auto base_context_handle = d.get_base_context();
//BOOST_CHECK(d.get_ordinal() == AURA_UNIT_TEST_DEVICE);
auto base_device_handle = d.get_base_device();
auto base_context_handle = d.get_base_context();
BOOST_CHECK(d.get_ordinal() == AURA_UNIT_TEST_DEVICE);
}
boost::aura::finalize();
}
Expand Down

0 comments on commit b6d5fa6

Please sign in to comment.