On Thu, Mar 05, 2020 at 06:00:31PM -0500, Andrew F. Davis wrote:
> Add some tests for the DMA-Heap framework. Based on ion-tests.
> 
> Signed-off-by: Andrew F. Davis <a...@ti.com>
> ---
>  .../recipes-devtools/dma-heap/dma-heap-tests.bb  | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 
> meta-arago-extras/recipes-devtools/dma-heap/dma-heap-tests.bb
> 
> diff --git a/meta-arago-extras/recipes-devtools/dma-heap/dma-heap-tests.bb 
> b/meta-arago-extras/recipes-devtools/dma-heap/dma-heap-tests.bb
> new file mode 100644
> index 00000000..9693fe64
> --- /dev/null
> +++ b/meta-arago-extras/recipes-devtools/dma-heap/dma-heap-tests.bb
> @@ -0,0 +1,16 @@
> +SUMMARY = "Test cases for DMA-Heap framework"
> +HOMEPAGE = "https://github.com/glneo/dma-heap-tests";
> +LICENSE = "Apache-2.0"
> +LIC_FILES_CHKSUM = 
> "file://src/heap_test_fixture.cpp;beginline=1;endline=15;md5=d16465a9e7dc8f53bfdf997c4bf55540"
> +
> +PV = "1.0"
> +
> +BRANCH = "master"
> +SRC_URI = 
> "git://github.com/glneo/dma-heap-tests.git;protocol=git;branch=${BRANCH}"
> +SRCREV = "bccbfbf24baccefa09439a924f61f04e82b3910a"
> +
> +DEPENDS = "googletest"

Ah, right, almost missed that gtest got renamed to googletest.

Since this is based on ion-tests, do you want to place it in "ion" folder or 
keep it in its own?


> +S = "${WORKDIR}/git"
> +
> +inherit cmake pkgconfig
> -- 
> 2.17.1
> 
_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to