#include #include #include TEST(GitRevision, ExistsOrNull) { if(GIT_SHORTREV_HASH) { EXPECT_STRNE(GIT_SHORTREV_HASH, ""); } }