connectionmanagertest.cpp 405 B

12345678910111213141516171819
  1. /*******************************************************************************
  2. * Copyright (c) 2016, Rockwell Automation, Inc.
  3. * All rights reserved.
  4. *
  5. ******************************************************************************/
  6. #include <CppUTest/TestHarness.h>
  7. #include <stdint.h>
  8. #include <string.h>
  9. extern "C" {
  10. #include "cipconnectionmanager.h"
  11. }
  12. TEST_GROUP(CipConnectionManager) {
  13. };