cyphesis/tests/stubs/server/stubBuildid.h
Olek Wojnar d9edddbb71 Remove obsolete buildTime/buildDate system
The __TIME__ and __DATE__ macros were interfering with reproducible builds.
2016-09-04 15:35:21 -04:00

6 lines
82 B
C++

#include "common/const.h"
namespace consts {
const char * buildId = "test";
}