Skip to content

Commit

Permalink
Further additions to unit test framework. Disabled in build system no…
Browse files Browse the repository at this point in the history
…w pending resolution of compilation issues.

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5141 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 3, 2006
1 parent 7dd0e14 commit 36cddfd
Show file tree
Hide file tree
Showing 7 changed files with 668 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Expand Up @@ -31,7 +31,7 @@ docdatadir = $(datadir)/$(PACKAGE)/doc
docdata_DATA = AUTHORS

if HAVE_QT4
SUBDIRS = src doc tools i18n resources images
SUBDIRS = src doc tools i18n resources images tests
endif

pkginclude_HEADERS = qgsconfig.h
Expand Down
3 changes: 3 additions & 0 deletions configure.in
Expand Up @@ -501,6 +501,9 @@ AC_CONFIG_FILES([
tools/Makefile
tools/mapserver_export/Makefile
tools/qgis_config/Makefile
tests/Makefile
tests/src/Makefile
tests/src/core/Makefile
qgis.spec
])

Expand Down
12 changes: 12 additions & 0 deletions tests/Makefile.am
@@ -0,0 +1,12 @@
# Copyright (C) 2003 Gary Sherman <sherman at mrcc.com>
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SUBDIRS = src

12 changes: 12 additions & 0 deletions tests/src/Makefile.am
@@ -0,0 +1,12 @@
# Copyright (C) 2003 Gary Sherman <sherman at mrcc.com>
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SUBDIRS = #core

0 comments on commit 36cddfd

Please sign in to comment.