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