(view as text)
Building src/ => build/
-- The C compiler identification is GNU 4.8.2
-- The CXX compiler identification is GNU 4.8.2
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /home/bbadmin/buildbot/slave/master/build/env/bin/g++
-- Check for working CXX compiler: /home/bbadmin/buildbot/slave/master/build/env/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/bbadmin/buildbot/slave/master/build/build_test
Scanning dependencies of target FileHelpers
[ 50%] Building CXX object helpers/CMakeFiles/FileHelpers.dir/FileHelpers.cpp.o
Scanning dependencies of target tgUtil_test
[100%] Building CXX object tgcreator/CMakeFiles/tgUtil_test.dir/tgUtil_test.cpp.o
Linking CXX shared library libFileHelpers.so
[100%] Built target FileHelpers
Linking CXX executable tgUtil_test
[100%] Built target tgUtil_test
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from tgUtilTest
[ RUN ] tgUtilTest.testQuaternion
[ OK ] tgUtilTest.testQuaternion (15 ms)
[----------] 1 test from tgUtilTest (15 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (15 ms total)
[ PASSED ] 1 test.
*** Running tests executable ./tgcreator/tgUtil_test ***
*** All tests succeeded! ***