File: test_commandline_parser.cpp

package info (click to toggle)
libwibble 0.1.9
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 500 kB
  • ctags: 1,183
  • sloc: cpp: 5,760; sh: 113; makefile: 71
file content (20 lines) | stat: -rw-r--r-- 298 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#include <wibble/config.h>
#include <wibble/commandline/parser.h>
#include <wibble/tests/tut-wibble.h>

namespace tut {

struct commandline_parser_shar {
};
TESTGRP( commandline_parser );

using namespace wibble::commandline;

template<> template<>
void to::test<1>()
{
}

}

// vim:set ts=4 sw=4: