aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest_main/main.cpp
blob: fc5d2d9418d629b696b35962e512d123b18af6c6 (plain) (blame)
1
2
3
4
5
#include <library/cpp/testing/unittest/utmain.h>

int main(int argc, char** argv) {
    return NUnitTest::RunMain(argc, argv);
}