summaryrefslogtreecommitdiff
path: root/test/unit/t_utils.cc
blob: 3c32cf7828108ef6f7d9d35999eca902344a40bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "t_utils.h"

CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(UtilitiesTestCase, "util");

void UtilitiesTestCase::setUp() {
  int x = 1;
}
void UtilitiesTestCase::tearDown() {
  int x = 1;
}

void UtilitiesTestCase::testConstructors()
{
  int x = 1;
}