tests/paths.cc.cmake
author Alpar Juttner <alpar@cs.elte.hu>
Sun, 11 Dec 2011 18:43:33 +0100
changeset 13 0ab493e5250e
parent 11 cf6519daa7fa
permissions -rw-r--r--
Add build id field to running time logs

Configurable by BENCHMARK_BUILD_ID cmake variable,
which defaults to the last component of the build directory.
     1 #include <benchmark_tools.h>
     2 #include <string>
     3 
     4 const std::string DATADIR_PATH = "@DATADIR_PATH@";
     5 const std::string BENCHMARK_BUILD_ID = "@BENCHMARK_BUILD_ID@";