Statistics
| Branch: | Tag: | Revision:

root / gcell / lib / wrapper / qa_gcell_wrapper.h @ 06e7a031

History | View | Annotate | Download (1.1 kB)

1 28361a1b eb
/* -*- c++ -*- */
2 28361a1b eb
/*
3 8f2a5f38 eb
 * Copyright 2008 Free Software Foundation, Inc.
4 28361a1b eb
 * 
5 28361a1b eb
 * This file is part of GNU Radio
6 28361a1b eb
 * 
7 28361a1b eb
 * GNU Radio is free software; you can redistribute it and/or modify
8 28361a1b eb
 * it under the terms of the GNU General Public License as published by
9 28361a1b eb
 * the Free Software Foundation; either version 3, or (at your option)
10 28361a1b eb
 * any later version.
11 28361a1b eb
 * 
12 28361a1b eb
 * GNU Radio is distributed in the hope that it will be useful,
13 28361a1b eb
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 28361a1b eb
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 28361a1b eb
 * GNU General Public License for more details.
16 28361a1b eb
 * 
17 28361a1b eb
 * You should have received a copy of the GNU General Public License along
18 28361a1b eb
 * with this program; if not, write to the Free Software Foundation, Inc.,
19 28361a1b eb
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 28361a1b eb
 */
21 8f2a5f38 eb
#ifndef INCLUDED_QA_GCELL_WRAPPER_H
22 8f2a5f38 eb
#define INCLUDED_QA_GCELL_WRAPPER_H
23 28361a1b eb
24 28361a1b eb
#include <cppunit/TestSuite.h>
25 28361a1b eb
26 8f2a5f38 eb
//! collect all the tests for the wrapper directory
27 28361a1b eb
28 8f2a5f38 eb
class qa_gcell_wrapper {
29 28361a1b eb
public:
30 28361a1b eb
  //! return suite of tests
31 28361a1b eb
  static CppUnit::TestSuite *suite();
32 28361a1b eb
};
33 28361a1b eb
34 28361a1b eb
35 8f2a5f38 eb
#endif /* INCLUDED_QA_GCELL_WRAPPER_H */