Commit c116736f authored by Greg Williams's avatar Greg Williams
Browse files

Fixed release build in ceedling by avoiding auto-helper stuff altogether and...

Fixed release build in ceedling by avoiding auto-helper stuff altogether and rely on user inclusion of unity_helper.h
parent 15fccc7a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -51,9 +51,6 @@
  :mock_prefix: mock_
  :when_no_prototypes: :warn
  :enforce_strict_ordering: true
  :include:
    - test/**
  :unity_helper: test/support/unity_helper.h
  :plugins:
    - :ignore
  :treat_as:
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#include "kinetic_connection.h"
#include <protobuf-c/protobuf-c.h>
#include "kinetic_proto.h"
#include "unity.h"
#include "unity_helper.h"
#include "mock_kinetic_socket.h"
#include "kinetic_message.h"
#include "kinetic_exchange.h"