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.
alpar@11
     1
#include <benchmark_tools.h>
alpar@11
     2
#include <string>
alpar@11
     3
alpar@11
     4
const std::string DATADIR_PATH = "@DATADIR_PATH@";
alpar@13
     5
const std::string BENCHMARK_BUILD_ID = "@BENCHMARK_BUILD_ID@";