closes https://github.com/assimp/assimp/issues/1574: add API to get name of current branch.

This commit is contained in:
Kim Kulling
2018-01-06 21:52:58 +01:00
parent e8fffb7815
commit abc01bcdf0
3 changed files with 15 additions and 0 deletions

View File

@@ -69,3 +69,8 @@ TEST_F( utVersion, aiGetVersionRevisionTest ) {
EXPECT_NE( aiGetVersionRevision(), 0U );
}
TEST_F( utVersion, aiGetBranchNameTest ) {
EXPECT_NE( nullptr, aiGetBranchName() );
}