schwehr / generic-sensor-format

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

Why is the endian test not running on mac osx? #50

Closed schwehr closed 8 years ago

schwehr commented 9 years ago
./tests/gsfxx/util_test 
Running main() from gtest_main.cc
[==========] Running 0 tests from 0 test cases.
[==========] 0 tests from 0 test cases ran. (0 ms total)
[  PASSED  ] 0 tests.
schwehr commented 8 years ago

Missing util_test.o from the dependencies list in tests/gsfxx/Makefile:

util_test: libgtest_main.a
    $(CXX) $(CPPFLAGS) $(CXXFLAGS) $^ -o $@ $(LDFLAGS)

records_test: records_test.o libgtest_main.a
    $(CXX) $(CPPFLAGS) $(CXXFLAGS) $^ -o $@ $(LDFLAGS)