> -----Original Message----- > From: ext Benoît Ganne [mailto:[email protected]] > Sent: Thursday, April 16, 2015 11:51 AM > To: Taras Kondratiuk; Savolainen, Petri (Nokia - FI/Espoo) > Cc: lng-odp > Subject: Re: [lng-odp] [PATCH] api_test: remove odp_shm_test > > >> Helpers are independent from ODP API (helpers may use ODP API, but ODP > >> API must not use helpers), but ODP tests suite and examples use those. > [...] > > Currently both ODP examples/tests and linux-generic platform uses > > helpers. This prevents clear separation of helpers from implementation. > > I think there is a grey area here: we say helpers are not part of ODP, > but we cannot compile ODP tests and examples w/o them. Can we really > consider an implementation to be ODP-compliant w/o those? > > ben
An implementation does not have to (should not) re-implement the odp/helper directory. It can be delivered as is (similar to odp/test or odp/example). Helpers can be thought as part of the test suite infrastructure, but pulled to the top level as definitions are generic enough. -Petri _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
