Skip to content

Commit

Permalink
Dont install testqgs* test units into <prefix>/bin - end users dont n…
Browse files Browse the repository at this point in the history
…eed 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
  • Loading branch information
timlinux committed Apr 16, 2006
1 parent 2036012 commit 76e5b5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/src/core/Makefile.am
Expand Up @@ -8,7 +8,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

bin_PROGRAMS = testqgsapplication \
noinst_PROGRAMS = testqgsapplication \
testqgsapplication \
testqgscolortable \
testqgscontexthelp \
Expand Down
2 changes: 1 addition & 1 deletion tests/src/gui/Makefile.am
Expand Up @@ -8,7 +8,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

bin_PROGRAMS = testqgisapp \
nodist_PROGRAMS = testqgisapp \
testqgsabout \
testqgsaddattrdialog \
testqgsattributeactiondialog \
Expand Down
2 changes: 1 addition & 1 deletion tests/src/raster/Makefile.am
Expand Up @@ -8,7 +8,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

bin_PROGRAMS = testqgsrasterlayer
nodist_PROGRAMS = testqgsrasterlayer

#
# Define some global variables that will be used for building each test
Expand Down

0 comments on commit 76e5b5d

Please sign in to comment.