Skip to content

Commit 76e5b5d

Browse files
author
timlinux
committed
Dont install testqgs* test units into <prefix>/bin - end users dont need these.
If you have built from svn prior to this commit and since unit test framework was introduced I suggest you do a rm <prefix>/bin/testgqs* Where <prefix> is the installation prefix where qgis lives. git-svn-id: http://svn.osgeo.org/qgis/trunk@5286 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2036012 commit 76e5b5d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/src/core/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
99
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010

11-
bin_PROGRAMS = testqgsapplication \
11+
noinst_PROGRAMS = testqgsapplication \
1212
testqgsapplication \
1313
testqgscolortable \
1414
testqgscontexthelp \

tests/src/gui/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
99
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010

11-
bin_PROGRAMS = testqgisapp \
11+
nodist_PROGRAMS = testqgisapp \
1212
testqgsabout \
1313
testqgsaddattrdialog \
1414
testqgsattributeactiondialog \

tests/src/raster/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
99
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010

11-
bin_PROGRAMS = testqgsrasterlayer
11+
nodist_PROGRAMS = testqgsrasterlayer
1212

1313
#
1414
# Define some global variables that will be used for building each test

0 commit comments

Comments
 (0)