20 lines
406 B
C++
20 lines
406 B
C++
/*******************************************************************************
|
|
* Copyright (c) 2016, Rockwell Automation, Inc.
|
|
* All rights reserved.
|
|
*
|
|
******************************************************************************/
|
|
|
|
#include <CppUTest/TestHarness.h>
|
|
#include <stdint.h>
|
|
#include <string.h>
|
|
|
|
extern "C" {
|
|
|
|
#include "cipconnectionmanager.h"
|
|
|
|
}
|
|
|
|
TEST_GROUP(CipConnectionManager) {
|
|
|
|
};
|
|
|