File: OutputSuite.h

package info (click to toggle)
cppunit 1.13.2-2.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,980 kB
  • sloc: cpp: 18,338; sh: 14,983; ansic: 3,011; makefile: 423; xml: 58; csh: 6
file content (13 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CPPUNITTEST_OUTPUTSUITE_H
#define CPPUNITTEST_OUTPUTSUITE_H

#include <cppunit/Portability.h>
#include <string>

inline std::string outputSuiteName()
{
  return "Output";
}


#endif // CPPUNITTEST_OUTPUTSUITE_H