cipepathtest.cpp 381 B

12345678910111213141516171819
  1. /*******************************************************************************
  2. * Copyright (c) 2009, 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 "cipepath.h"
  11. }
  12. TEST_GROUP(CipEpath) {
  13. };