robotology / robot-testing-framework

Robot Testing Framework (RTF)
http://robotology.github.io/robot-testing-framework/index.html
GNU Lesser General Public License v2.1
19 stars 11 forks source link

isTrue not defined #13

Closed barbalberto closed 9 years ago

barbalberto commented 9 years ago

Just cloned the clean repo and I get 2 compilation errors: 1) src/UnitTest.c -> fabs not defined

2) TestMotors.cpp:365:52: error: ‘isTrue’ was not declared in this scope doneAll=isTrue(done_vector, m_NumJoints);

Am I the only one? :$