Skip to content

Instantly share code, notes, and snippets.

@Adenilson
Created December 14, 2023 03:54
Show Gist options
  • Save Adenilson/c87eab2d3760e95b4f0644c79d14ed95 to your computer and use it in GitHub Desktop.
Save Adenilson/c87eab2d3760e95b4f0644c79d14ed95 to your computer and use it in GitHub Desktop.
test.txt
adenilson@Adenilsons-Air lit_mem % ./zlib_unittests --gtest_filter="ZlibTest.DeflateZFixedCorruption"
Note: Google Test filter = ZlibTest.DeflateZFixedCorruption
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from ZlibTest
[ RUN ] ZlibTest.DeflateZFixedCorruption
[ OK ] ZlibTest.DeflateZFixedCorruption (2 ms)
[----------] 1 test from ZlibTest (2 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test suite ran. (2 ms total)
[ PASSED ] 1 test.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment