aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra/acpica/files/add-testing.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro/recipes-extra/acpica/files/add-testing.patch')
-rw-r--r--meta-linaro/recipes-extra/acpica/files/add-testing.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-linaro/recipes-extra/acpica/files/add-testing.patch b/meta-linaro/recipes-extra/acpica/files/add-testing.patch
deleted file mode 100644
index f846a3f7..00000000
--- a/meta-linaro/recipes-extra/acpica/files/add-testing.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-Index: acpica-unix/Makefile
-===================================================================
---- acpica-unix.orig/Makefile 2013-01-31 15:25:49.000000000 -0700
-+++ acpica-unix/Makefile 2013-01-31 15:25:49.000000000 -0700
-@@ -14,3 +14,25 @@
-
- include generate/unix/Makefile.config
- include generate/unix/Makefile.common
-+
-+check:
-+ # ASL tests
-+ $(CURDIR)/tests/aslts.sh $(CURDIR)/tests/aslts $(CURDIR)/generate/unix
-+
-+ # API Tests
-+ $(CURDIR)/debian/run-aapits.sh $(CURDIR)/tests/aapits $(CURDIR)/generate/unix/bin
-+
-+ # misc tests
-+ $(CURDIR)/debian/run-misc-tests.sh $(CURDIR) 20140114
-+
-+ # Template tests
-+ cd $(CURDIR)/tests/templates
-+ make
-+ if [ -f diff.log ] ; \
-+ then \
-+ if [ -s diff.log ] ; \
-+ then \
-+ exit 1 # implies errors occurred ; \
-+ fi ; \
-+ fi
-+