mkvtoolnix/tests/unit/propedit/propedit.cpp
2014-04-20 22:31:08 +02:00

12 lines
203 B
C++

#include "common/common_pch.h"
#include "tests/unit/init.h"
int
main(int argc,
char **argv) {
::testing::InitGoogleTest(&argc, argv);
::mtxut::init_suite(argv[0]);
return RUN_ALL_TESTS();
}