[tracker/miner-web-review: 63/74] tests: Install functional test scripts with executable bit
- From: Adrien Bustany <abustany src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/miner-web-review: 63/74] tests: Install functional test scripts with executable bit
- Date: Mon, 1 Mar 2010 11:32:00 +0000 (UTC)
commit 14597a0b8a30136028f829843956d5693b3c08d7
Author: Jürg Billeter <j bitron ch>
Date: Fri Feb 26 11:39:43 2010 +0100
tests: Install functional test scripts with executable bit
Fixes NB#156562.
tests/functional-tests/Makefile.am | 4 ++--
tests/tracker-writeback/Makefile.am | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/tests/functional-tests/Makefile.am b/tests/functional-tests/Makefile.am
index 713719d..57f9278 100644
--- a/tests/functional-tests/Makefile.am
+++ b/tests/functional-tests/Makefile.am
@@ -5,7 +5,7 @@ SUBDIRS = data
if DIST_FUNCTIONAL_TESTS
configdir = $(datadir)/tracker-tests
-config_DATA = \
+config_SCRIPTS = \
tests.xml \
01-insertion.py \
02-metacontacts.py \
@@ -20,5 +20,5 @@ config_DATA = \
08-unique-insertions.py \
virtual-files-tc.py
-EXTRA_DIST = $(config_DATA)
+EXTRA_DIST = $(config_SCRIPTS)
endif
diff --git a/tests/tracker-writeback/Makefile.am b/tests/tracker-writeback/Makefile.am
index 9b48a5f..10975b9 100644
--- a/tests/tracker-writeback/Makefile.am
+++ b/tests/tracker-writeback/Makefile.am
@@ -3,8 +3,8 @@ include $(top_srcdir)/Makefile.decl
if DIST_FUNCTIONAL_TESTS
configdir = $(datadir)/tracker-tests
-config_DATA = \
+config_SCRIPTS = \
01-writeback.py
-EXTRA_DIST = $(config_DATA)
+EXTRA_DIST = $(config_SCRIPTS)
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]