summaryrefslogtreecommitdiff
path: root/tacplus-daemon/test/testMain.cpp
blob: c7ea462c3903619473dfb2266d4dc40726b9e7e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
	Copyright (c) 2018-2019 AT&T Intellectual Property.
	Copyright (c) 2015 Brocade Communications Systems, Inc.

	SPDX-License-Identifier: GPL-2.0-only
*/

#include "CppUTest/CommandLineTestRunner.h"
extern "C" {
  #include "global.h"
}

static ConnectionControl _connControl;
ConnectionControl *connControl = &_connControl;

int main(int ac, char** av)
{
  return CommandLineTestRunner::RunAllTests(ac, av);
}