schwehr / generic-sensor-format

Sonar Generic Sensor Format (gsf) codec
Other
13 stars 8 forks source link

Errors in make test within src/gsfxx do not stop the rest of the build #51

Open schwehr opened 8 years ago

schwehr commented 8 years ago
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:2534:35: note: 
      candidate template ignored: could not match 'auto_ptr<type-parameter-0-0>' against
      'std::__1::unique_ptr<gsfxx::Comment, std::__1::default_delete<gsfxx::Comment> > ()'
        _LIBCPP_INLINE_VISIBILITY unique_ptr(auto_ptr<_Up>&& __p,
                                  ^
12 errors generated.
make[2]: *** [records.o] Error 1
bin
Done
(cd tests && make test)
for dir in gsf gsfxx; do \
      echo $dir ; \
      (cd $dir && make test) ; \
    done
gsf
index_test read_gsf_2_9_test read_gsf_3_6_test write_test
result=0; \
    for test in index_test read_gsf_2_9_test read_gsf_3_6_test write_test; do \
      echo; ./$test || result=1; \
        done; \
        exit $result

Running main() from gtest_main.cc
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from GsfIndex
[ RUN      ] GsfIndex.Comment
[       OK ] GsfIndex.Comment (4 ms)
[----------] 1 test from GsfIndex (4 ms total)