summaryrefslogtreecommitdiffstats
path: root/src/usr/ecmddatabuffer/test/ecmddatabuffertest.H
blob: e3bec53c8e78214fef2e0b62469c7b3aa2e0e880 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#ifndef __ECMDDATABUFFERTEST_H
#define __ECMDDATABUFFERTEST_H

/**
 *  @file ecmddatabuffertest.H
 *
 *  @brief Test case for ECMD data buffer
*/

#include <cxxtest/TestSuite.H>

class EcmddatabufferTest: public CxxTest::TestSuite
{
public:


    /**
     * @brief Test #1
     */
    void testEcmddatabuffer1(void)
    {
    }

};

#endif
OpenPOWER on IntegriCloud