Skip to content

Commit

Permalink
Fix symbol definitions in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio El Khoury committed Oct 12, 2012
1 parent f92bc6c commit c1750e6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/create-body.cc
Expand Up @@ -16,7 +16,7 @@
// License along with ard-rbdl. If not, see
// <http://www.gnu.org/licenses/>.

#define BOOST_TEST_MODULE create-joint
#define BOOST_TEST_MODULE create-body

#include <boost/test/unit_test.hpp>
#include <boost/test/output_test_stream.hpp>
Expand All @@ -25,7 +25,7 @@
#include <ard/rbdl/model/body.hh>
#include <ard/rbdl/model/robot-dynamics-object-factory.hh>

BOOST_AUTO_TEST_CASE (create_joint)
BOOST_AUTO_TEST_CASE (create_body)
{
using namespace ard::rbdl;

Expand Down
4 changes: 2 additions & 2 deletions tests/create-foot.cc
Expand Up @@ -16,7 +16,7 @@
// License along with ard-rbdl. If not, see
// <http://www.gnu.org/licenses/>.

#define BOOST_TEST_MODULE create-joint
#define BOOST_TEST_MODULE create-foot

#include <boost/test/unit_test.hpp>
#include <boost/test/output_test_stream.hpp>
Expand All @@ -25,7 +25,7 @@
#include <ard/rbdl/model/foot.hh>
#include <ard/rbdl/model/robot-dynamics-object-factory.hh>

BOOST_AUTO_TEST_CASE (create_joint)
BOOST_AUTO_TEST_CASE (create_foot)
{
using namespace ard::rbdl;

Expand Down
4 changes: 2 additions & 2 deletions tests/create-hand.cc
Expand Up @@ -16,7 +16,7 @@
// License along with ard-rbdl. If not, see
// <http://www.gnu.org/licenses/>.

#define BOOST_TEST_MODULE create-joint
#define BOOST_TEST_MODULE create-hand

#include <boost/test/unit_test.hpp>
#include <boost/test/output_test_stream.hpp>
Expand All @@ -25,7 +25,7 @@
#include <ard/rbdl/model/hand.hh>
#include <ard/rbdl/model/robot-dynamics-object-factory.hh>

BOOST_AUTO_TEST_CASE (create_joint)
BOOST_AUTO_TEST_CASE (create_hand)
{
using namespace ard::rbdl;

Expand Down

0 comments on commit c1750e6

Please sign in to comment.