aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/unittest/utmain.h
blob: 07c288d5a5d987e72b56ea6e47f6991352476d71 (plain) (blame)
1
2
3
4
5
#pragma once 
 
namespace NUnitTest { 
    int RunMain(int argc, char** argv); 
}