Skip to content

Commit

Permalink
Include everything inside multiple_objects test sources
Browse files Browse the repository at this point in the history
Optimization in d6e549e should not
apply for this test.

refs #58
  • Loading branch information
ddemidov committed Sep 30, 2013
1 parent bb279e3 commit 7e96041
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/dummy1.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define BOOST_TEST_MODULE MultipleObjects
#include <boost/test/unit_test.hpp>
#include <vexcl/devlist.hpp>
#include <vexcl/vexcl.hpp>

bool empty_context();

Expand Down
2 changes: 1 addition & 1 deletion tests/dummy2.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* Dummy file to test for multiple definition problems */
#include <vexcl/devlist.hpp>
#include <vexcl/vexcl.hpp>

bool empty_context() {
return vex::current_context().empty();
Expand Down

0 comments on commit 7e96041

Please sign in to comment.