Add some tests for the DMA-Heap framework. Based on ion-tests. Signed-off-by: Andrew F. Davis <[email protected]> --- .../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" + +S = "${WORKDIR}/git" + +inherit cmake pkgconfig -- 2.17.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
