summaryrefslogtreecommitdiff
path: root/libs/ode-0.16.1/tests/UnitTest++/src/TestSuite.h
blob: dd3717e15d0ee7ca87407074bdee08e218a2823c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef UNITTEST_TESTSUITE_H
#define UNITTEST_TESTSUITE_H

namespace UnitTestSuite {

    inline char const* GetSuiteName ()
    {
        return "DefaultSuite";
    }

}

#endif