cipconnectionmanagertest.cpp 406 B

1234567891011121314151617181920
  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. };