aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest_main/main.cpp
blob: 984203e304074082817d0af1b0bb8e9b21a2a1d5 (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);
}