Skip to content

Instantly share code, notes, and snippets.

@skytreader
Created January 27, 2014 02:58
Show Gist options
  • Save skytreader/8642643 to your computer and use it in GitHub Desktop.
Save skytreader/8642643 to your computer and use it in GitHub Desktop.
creating executable tests in GTEST
g++ -isystem /opt/lib/gtest-1.7.0/include/ -pthread /opt/lib/gtest-1.7.0/fused-src/gtest/gtest_main.cc $1.cpp /opt/lib/gtest-1.7.0/libgtest.a -o $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment