Running main() from /Users/harrison37/Work/github/llnl/conduit/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/src/gtest_main.cc
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from conduit_tutorial
[ RUN      ] conduit_tutorial.mem_ownership_external
BEGIN_EXAMPLE("mem_ownership_external")

mem_spaces: 
  0x7fddedc0a890: 
    path: "v_owned"
    type: "allocated"
    bytes: 40
    allocator_id: 0
  0x7fddedc0a460: 
    path: "v_external"
    type: "external"
total_bytes_allocated: 40
total_bytes_mmaped: 0
total_bytes_compact: 80
total_strided_bytes: 80


v_owned: [0.0, 3.1415, 6.283, 9.4245, 12.566]
v_external: [0.0, 3.1415, 6.283, 9.4245, 12.566]


v_owned: [0.0, 3.1415, 6.283, 9.4245, 12.566]
v_external: [0.0, -3.1415, 6.283, 9.4245, 12.566]

END_EXAMPLE("mem_ownership_external")
[       OK ] conduit_tutorial.mem_ownership_external (0 ms)
[----------] 1 test from conduit_tutorial (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (1 ms total)
[  PASSED  ] 1 test.
