Skip to content

Instantly share code, notes, and snippets.

Created January 24, 2013 19:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4626770 to your computer and use it in GitHub Desktop.
Save anonymous/4626770 to your computer and use it in GitHub Desktop.
20:28:50 **** Build of configuration Debug for project ParametrizedGTest ****
make all
Building file: ../src/ParametrizedGTest.cpp
Invoking: GCC C++ Compiler
/usr/local/bin/g++-4.7 -I"/Users/cls/workspace/gtest/include" -I/usr/local/Cellar/gcc/4.7.2/gcc/include/c++/4.7.2 -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"src/ParametrizedGTest.d" -MT"src/ParametrizedGTest.d" -o "src/ParametrizedGTest.o" "../src/ParametrizedGTest.cpp"
Finished building: ../src/ParametrizedGTest.cpp
Building target: ParametrizedGTest
Invoking: MacOS X C++ Linker
/usr/local/bin/g++-4.7 -L"/Users/cls/workspace/gtest/lib" -o "ParametrizedGTest" ./src/ParametrizedGTest.o -lgtest
Finished building target: ParametrizedGTest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment