//- Copyright (c) 2008-2020 James Grenning --- All rights reserved
//- For exclusive use by participants in Wingman Software training courses.
//- Cannot be used by attendees to train others without written permission.
//- www.wingman-sw.com james@wingman-sw.com


#include "CppUTest/CommandLineTestRunner.h"

int main(int ac, char** av)
{
    return RUN_ALL_TESTS(ac, av);
}

