File intel-gpu-tools-no-test.diff of Package intel-gpu-tools
From a1ed9ddbe71cc1dcff44557ab37f338adb7bbd38 Mon Sep 17 00:00:00 2001
From: Tobias Klausmann <tobias.klausmann@mni.thm.de>
Date: Tue, 28 Aug 2012 00:14:50 +0200
Subject: [PATCH] Don't compile the tests
---
Makefile.am | 2 +-
1 Dateien geändert, 1 Zeilen hinzugefügt(+), 1 Zeile entfernt(-)
diff --git a/Makefile.am b/Makefile.am
index 5ea0fd8..0e7c4b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
-SUBDIRS = lib man tools scripts tests benchmarks demos
+SUBDIRS = lib man tools scripts benchmarks demos
if BUILD_SHADER_DEBUGGER
SUBDIRS += debugger
--
1.7.10.4