LRAUV  revA
NAL9602_Test.h
Go to the documentation of this file.
1 
9 #ifndef _NAL9602_TEST_H_
10 #define _NAL9602_TEST_H_
11 
12 #include "NAL9602.h"
13 
14 #include <cxxtest/TestSuite.h>
15 
21 class NAL9602_Test : public CxxTest::TestSuite
22 {
23 public:
24 
25  // dummy test
26  void testDummy( void )
27  {}
28 
29 };
30 
31 #endif // _NAL9602_TEST_H
void testDummy(void)
Definition: NAL9602_Test.h:26
Unit tests for NAL9602 class.
Definition: NAL9602_Test.h:21
Contains the NAL9602 class declaration.