summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2014-12-17 16:31:33 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2014-12-17 16:31:33 +0800
commit93c0b932ed0a9574c6200822269e43dca337d880 (patch)
tree8b93798dede29fdc11f4ac0f2e91a4bbd01c5976
parenta4776989cfb7e509ee8519beb3bed4b38e904834 (diff)
downloadcommon-93c0b932ed0a9574c6200822269e43dca337d880.tar.gz
extra-and-tests.mk: integrate the piglit test in extra-and-tests.mk
Change-Id: Iab668b8d519a4a4fe26c352378e29625f6b76c0f Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
-rw-r--r--extra-and-tests.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra-and-tests.mk b/extra-and-tests.mk
index 503e205..97cc5d9 100644
--- a/extra-and-tests.mk
+++ b/extra-and-tests.mk
@@ -19,3 +19,9 @@ COMMON_EXTRA_TESTS_DIR := device/linaro/build/extra-and-tests/
# integrate the tests of linaro-android-userspace
# repository: https://android.git.linaro.org/gitweb/platform/external/linaro-android-userspace-test.git
-include external/linaro-android-userspace-test/product.mk
+
+# integrate the tests of piglit
+# repository: https://android.git.linaro.org/gitweb/platform/external/piglit.git
+#since the piglit tests depends on the waffle library, so we add it to PRODUCT_PACKAGES here
+PRODUCT_PACKAGES += libwaffle-1
+-include external/piglit/product.mk