mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Further additions to unit test framework. Disabled in build system now pending resolution of compilation issues.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5141 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
7dd0e14b58
commit
36cddfdd4f
@ -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
|
||||
|
@ -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
|
||||
])
|
||||
|
||||
|
12
tests/Makefile.am
Normal file
12
tests/Makefile.am
Normal file
@ -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
tests/src/Makefile.am
Normal file
12
tests/src/Makefile.am
Normal file
@ -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
|
||||
|
595
tests/src/core/Makefile
Normal file
595
tests/src/core/Makefile
Normal file
@ -0,0 +1,595 @@
|
||||
# Makefile.in generated by automake 1.8.5 from Makefile.am.
|
||||
# tests/src/core/Makefile. Generated from Makefile.in by configure.
|
||||
|
||||
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
||||
# 2003, 2004 Free Software Foundation, Inc.
|
||||
# This Makefile.in is free software; the Free Software Foundation
|
||||
# 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.
|
||||
|
||||
|
||||
|
||||
# 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.
|
||||
|
||||
SOURCES = $(testqgsapplication_SOURCES)
|
||||
|
||||
srcdir = .
|
||||
top_srcdir = ../../..
|
||||
|
||||
pkgdatadir = $(datadir)/qgis
|
||||
pkglibdir = $(libdir)/qgis
|
||||
pkgincludedir = $(includedir)/qgis
|
||||
top_builddir = ../../..
|
||||
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
||||
INSTALL = /usr/bin/install -c
|
||||
install_sh_DATA = $(install_sh) -c -m 644
|
||||
install_sh_PROGRAM = $(install_sh) -c
|
||||
install_sh_SCRIPT = $(install_sh) -c
|
||||
INSTALL_HEADER = $(INSTALL_DATA)
|
||||
transform = $(program_transform_name)
|
||||
NORMAL_INSTALL = :
|
||||
PRE_INSTALL = :
|
||||
POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
host_triplet = i686-pc-linux-gnu
|
||||
bin_PROGRAMS = testqgsapplication$(EXEEXT)
|
||||
subdir = tests/src/core
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
||||
$(top_srcdir)/configure.in
|
||||
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
||||
$(ACLOCAL_M4)
|
||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||
CONFIG_HEADER = $(top_builddir)/qgsconfig.h
|
||||
CONFIG_CLEAN_FILES =
|
||||
am__installdirs = "$(DESTDIR)$(bindir)"
|
||||
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
|
||||
PROGRAMS = $(bin_PROGRAMS)
|
||||
am__objects_1 = testqgsapplication-testqgsapplication.moc.$(OBJEXT)
|
||||
am_testqgsapplication_OBJECTS = $(am__objects_1) \
|
||||
testqgsapplication-testqgsapplication.$(OBJEXT)
|
||||
testqgsapplication_OBJECTS = $(am_testqgsapplication_OBJECTS)
|
||||
am__DEPENDENCIES_1 =
|
||||
testqgsapplication_DEPENDENCIES = $(am__DEPENDENCIES_1) \
|
||||
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
||||
../../../src/core/libqgis_core.la \
|
||||
../../../src/gui/libqgis_gui.la
|
||||
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|
||||
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
DEP_FILES = ./$(DEPDIR)/testqgsapplication-testqgsapplication.Po \
|
||||
./$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Po
|
||||
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CXXFLAGS) $(CXXFLAGS)
|
||||
CXXLD = $(CXX)
|
||||
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
|
||||
$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
|
||||
$(AM_CFLAGS) $(CFLAGS)
|
||||
CCLD = $(CC)
|
||||
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
|
||||
$(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
SOURCES = $(testqgsapplication_SOURCES)
|
||||
DIST_SOURCES = $(testqgsapplication_SOURCES)
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
ACLOCAL = ${SHELL} /home/aps02ts/dev/cpp/qgis/missing --run aclocal-1.8
|
||||
AMDEP_FALSE = #
|
||||
AMDEP_TRUE =
|
||||
AMTAR = ${SHELL} /home/aps02ts/dev/cpp/qgis/missing --run tar
|
||||
AR = ar
|
||||
AUTOCONF = ${SHELL} /home/aps02ts/dev/cpp/qgis/missing --run autoconf
|
||||
AUTOHEADER = ${SHELL} /home/aps02ts/dev/cpp/qgis/missing --run autoheader
|
||||
AUTOMAKE = ${SHELL} /home/aps02ts/dev/cpp/qgis/missing --run automake-1.8
|
||||
AWK = gawk
|
||||
CC = gcc
|
||||
CCDEPMODE = depmode=gcc3
|
||||
CFLAGS = -g -O2
|
||||
CPP = gcc -E
|
||||
CPPFLAGS =
|
||||
CXX = g++
|
||||
CXXCPP = g++ -E
|
||||
CXXDEPMODE = depmode=gcc3
|
||||
CXXFLAGS = -g -O2
|
||||
CYGPATH_W = echo
|
||||
DEBUG_QGIS = -DNO_DEBUG
|
||||
DEFS = -DHAVE_CONFIG_H
|
||||
DEPDIR = .deps
|
||||
ECHO = echo
|
||||
ECHO_C =
|
||||
ECHO_N = -n
|
||||
ECHO_T =
|
||||
EGREP = grep -E
|
||||
EXEEXT =
|
||||
EXTRA_VERSION = 0
|
||||
F77 =
|
||||
FFLAGS =
|
||||
GDAL_CFLAGS = -I/usr/include
|
||||
GDAL_CONFIG = /usr/bin/gdal-config
|
||||
GDAL_LDADD = -L/usr/lib -lgdal
|
||||
GEOS_CFLAGS = -I/usr/include
|
||||
GEOS_CONFIG = /usr/bin/geos-config
|
||||
GEOS_LDADD = -L/usr/lib -lgeos
|
||||
GRASS_BASE = /usr/lib/grass
|
||||
GRASS_INC = /usr/lib/grass/include/
|
||||
GRASS_LIB = -L/usr/lib/grass/lib -lgrass_vect -lgrass_dig2 -lgrass_dbmiclient -lgrass_dbmibase -lgrass_shape -lgrass_dgl -lgrass_rtree -lgrass_gis -lgrass_datetime -lgrass_linkm -lgrass_form -lgrass_gproj -lutil
|
||||
GSL_CFLAGS = -I/usr/include
|
||||
GSL_CONFIG = /usr/bin/gsl-config
|
||||
GSL_LIBS = -L/usr/lib -lgsl -lgslcblas -lm
|
||||
HAVE_EXPAT_FALSE = #
|
||||
HAVE_EXPAT_TRUE =
|
||||
HAVE_GRASS = 1
|
||||
HAVE_GRASS_FALSE = #
|
||||
HAVE_GRASS_TRUE =
|
||||
HAVE_GSL_FALSE = #
|
||||
HAVE_GSL_TRUE =
|
||||
HAVE_OPENPTY = 1
|
||||
HAVE_POSTGRESQL_FALSE = #
|
||||
HAVE_POSTGRESQL_TRUE =
|
||||
HAVE_QT3_FALSE =
|
||||
HAVE_QT3_TRUE = #
|
||||
HAVE_QT4_FALSE = #
|
||||
HAVE_QT4_TRUE =
|
||||
HAVE_QTMAC_FALSE =
|
||||
HAVE_QTMAC_TRUE = #
|
||||
HAVE_SPIT_FALSE = #
|
||||
HAVE_SPIT_TRUE =
|
||||
INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_PROGRAM = ${INSTALL}
|
||||
INSTALL_SCRIPT = ${INSTALL}
|
||||
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
|
||||
INTERFACE_VERSION = 0:1:0
|
||||
LDFLAGS =
|
||||
LEX = flex
|
||||
LEXLIB = -lfl
|
||||
LEX_OUTPUT_ROOT = lex.yy
|
||||
LIBOBJS =
|
||||
LIBS = -lutil
|
||||
LIBTOOL = $(SHELL) $(top_builddir)/libtool
|
||||
LN_S = ln -s
|
||||
LTLIBOBJS =
|
||||
MAJOR_VERSION = 0
|
||||
MAKEINFO = ${SHELL} /home/aps02ts/dev/cpp/qgis/missing --run makeinfo
|
||||
MICRO_VERSION = 0
|
||||
MINOR_VERSION = 8
|
||||
MOC = /usr/local/Trolltech/Qt-4.1.0/bin/moc
|
||||
NO_UIC_IMPLEMENTATIONS_FALSE =
|
||||
NO_UIC_IMPLEMENTATIONS_TRUE = #
|
||||
OBJEXT = o
|
||||
PACKAGE = qgis
|
||||
PACKAGE_BUGREPORT =
|
||||
PACKAGE_NAME =
|
||||
PACKAGE_STRING =
|
||||
PACKAGE_TARNAME =
|
||||
PACKAGE_VERSION =
|
||||
PATH_SEPARATOR = :
|
||||
PG_CONFIG = /usr/bin/pg_config
|
||||
PG_INC = -I/usr/include/postgresql
|
||||
PG_LIB = -L/usr/lib -lpq
|
||||
PKG_CONFIG = /usr/bin/pkg-config
|
||||
PROJ_INC =
|
||||
PROJ_LIB = -lproj
|
||||
PYTHON_BIN =
|
||||
PYTHON_INCLUDE_DIR =
|
||||
PYTHON_LIB =
|
||||
QASSISTANTCLIENT_LDADD = -lqassistantclient
|
||||
QTDIR = /usr/local/Trolltech/Qt-4.1.0
|
||||
QT_CFLAGS =
|
||||
QT_CXXFLAGS = -DQT3_SUPPORT -I/usr/local/Trolltech/Qt-4.1.0/mkspecs/default -I/usr/local/Trolltech/Qt-4.1.0/include/Qt3Support -I/usr/local/Trolltech/Qt-4.1.0/include/QtCore -I/usr/local/Trolltech/Qt-4.1.0/include/QtDesigner -I/usr/local/Trolltech/Qt-4.1.0/include/QtGui -I/usr/local/Trolltech/Qt-4.1.0/include/QtNetwork -I/usr/local/Trolltech/Qt-4.1.0/include/QtOpenGL -I/usr/local/Trolltech/Qt-4.1.0/include/QtSql -I/usr/local/Trolltech/Qt-4.1.0/include/QtXml -I/usr/local/Trolltech/Qt-4.1.0/include -I/usr/local/Trolltech/Qt-4.1.0/include/QtSvg -I/usr/local/Trolltech/Qt-4.1.0/include/QtTest -I/usr/local/Trolltech/Qt-4.1.0/include/QtDesigner -D_REENTRANT -DQT_THREAD_SUPPORT
|
||||
QT_GUILINK =
|
||||
QT_LDADD = -L/usr/local/Trolltech/Qt-4.1.0/lib -lQtCore -lQt3Support -lQtGui -lQtNetwork -lQtSvg -lQtCore -lQt3Support -lQtGui -lQtNetwork -lQtXml -lQtSvg -lQtTest -lQtDesigner
|
||||
QT_LIBS = -lQtCore -lQt3Support -lQtGui -lQtNetwork -lQtSvg -lQtCore -lQt3Support -lQtGui -lQtNetwork -lQtXml -lQtSvg -lQtTest -lQtDesigner
|
||||
RANLIB = ranlib
|
||||
RCC = /usr/local/Trolltech/Qt-4.1.0/bin/rcc
|
||||
SET_MAKE =
|
||||
SHELL = /bin/sh
|
||||
SQLITE3_INC =
|
||||
SQLITE3_LIB = -lsqlite3
|
||||
STRIP = strip
|
||||
UIC = /usr/local/Trolltech/Qt-4.1.0/bin/uic
|
||||
USE_PYTHON_FALSE =
|
||||
USE_PYTHON_TRUE = #
|
||||
VERSION = 0.8.0
|
||||
WITH_COMMUNITY_FALSE =
|
||||
WITH_COMMUNITY_TRUE = #
|
||||
YACC = bison -y
|
||||
ac_ct_AR = ar
|
||||
ac_ct_CC = gcc
|
||||
ac_ct_CXX = g++
|
||||
ac_ct_F77 =
|
||||
ac_ct_RANLIB = ranlib
|
||||
ac_ct_STRIP = strip
|
||||
ac_prefix_program =
|
||||
ac_pt_PKG_CONFIG = /usr/bin/pkg-config
|
||||
am__fastdepCC_FALSE = #
|
||||
am__fastdepCC_TRUE =
|
||||
am__fastdepCXX_FALSE = #
|
||||
am__fastdepCXX_TRUE =
|
||||
am__include = include
|
||||
am__leading_dot = .
|
||||
am__quote =
|
||||
bindir = ${exec_prefix}/bin
|
||||
build = i686-pc-linux-gnu
|
||||
build_alias =
|
||||
build_cpu = i686
|
||||
build_os = linux-gnu
|
||||
build_vendor = pc
|
||||
datadir = ${prefix}/share
|
||||
exec_prefix = ${prefix}
|
||||
host = i686-pc-linux-gnu
|
||||
host_alias =
|
||||
host_cpu = i686
|
||||
host_os = linux-gnu
|
||||
host_vendor = pc
|
||||
includedir = ${prefix}/include
|
||||
infodir = ${prefix}/info
|
||||
install_sh = /home/aps02ts/dev/cpp/qgis/install-sh
|
||||
libdir = ${exec_prefix}/lib
|
||||
libexecdir = ${exec_prefix}/libexec
|
||||
localstatedir = ${prefix}/var
|
||||
mandir = ${prefix}/man
|
||||
mkdir_p = mkdir -p -- .
|
||||
oldincludedir = /usr/include
|
||||
prefix = /home/aps02ts/apps
|
||||
program_transform_name = s,x,x,
|
||||
sbindir = ${exec_prefix}/sbin
|
||||
sharedstatedir = ${prefix}/com
|
||||
sysconfdir = ${prefix}/etc
|
||||
target_alias =
|
||||
testqgsapplication_MOC = testqgsapplication.moc.cpp
|
||||
testqgsapplication_SOURCES = $(testqgsapplication_MOC) testqgsapplication.h testqgsapplication.cpp
|
||||
testqgsapplication_LDADD = $(QT_LDADD) $(PG_LIB) $(GDAL_LDADD) -lproj ../../../src/core/libqgis_core.la ../../../src/gui/libqgis_gui.la
|
||||
testqgsapplication_CXXFLAGS = $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(GDAL_CFLAGS) $(QT_CXXFLAGS) $(PG_INC) -I../../../src/core
|
||||
all: all-am
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .cpp .lo .o .obj
|
||||
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
||||
@for dep in $?; do \
|
||||
case '$(am__configure_deps)' in \
|
||||
*$$dep*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
||||
&& exit 0; \
|
||||
exit 1;; \
|
||||
esac; \
|
||||
done; \
|
||||
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/src/core/Makefile'; \
|
||||
cd $(top_srcdir) && \
|
||||
$(AUTOMAKE) --foreign tests/src/core/Makefile
|
||||
.PRECIOUS: Makefile
|
||||
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
||||
@case '$?' in \
|
||||
*config.status*) \
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
||||
*) \
|
||||
echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
||||
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
||||
esac;
|
||||
|
||||
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
|
||||
$(top_srcdir)/configure: $(am__configure_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
||||
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
||||
install-binPROGRAMS: $(bin_PROGRAMS)
|
||||
@$(NORMAL_INSTALL)
|
||||
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
|
||||
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
||||
p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
||||
if test -f $$p \
|
||||
|| test -f $$p1 \
|
||||
; then \
|
||||
f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
|
||||
echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
|
||||
$(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
||||
uninstall-binPROGRAMS:
|
||||
@$(NORMAL_UNINSTALL)
|
||||
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
||||
f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
|
||||
echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
|
||||
rm -f "$(DESTDIR)$(bindir)/$$f"; \
|
||||
done
|
||||
|
||||
clean-binPROGRAMS:
|
||||
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
||||
f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
|
||||
echo " rm -f $$p $$f"; \
|
||||
rm -f $$p $$f ; \
|
||||
done
|
||||
testqgsapplication$(EXEEXT): $(testqgsapplication_OBJECTS) $(testqgsapplication_DEPENDENCIES)
|
||||
@rm -f testqgsapplication$(EXEEXT)
|
||||
$(CXXLINK) $(testqgsapplication_LDFLAGS) $(testqgsapplication_OBJECTS) $(testqgsapplication_LDADD) $(LIBS)
|
||||
|
||||
mostlyclean-compile:
|
||||
-rm -f *.$(OBJEXT)
|
||||
|
||||
distclean-compile:
|
||||
-rm -f *.tab.c
|
||||
|
||||
include ./$(DEPDIR)/testqgsapplication-testqgsapplication.Po
|
||||
include ./$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Po
|
||||
|
||||
.cpp.o:
|
||||
if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
||||
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
# source='$<' object='$@' libtool=no \
|
||||
# depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ $<
|
||||
|
||||
.cpp.obj:
|
||||
if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
|
||||
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
# source='$<' object='$@' libtool=no \
|
||||
# depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
||||
|
||||
.cpp.lo:
|
||||
if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
|
||||
then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
|
||||
# source='$<' object='$@' libtool=yes \
|
||||
# depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LTCXXCOMPILE) -c -o $@ $<
|
||||
|
||||
testqgsapplication-testqgsapplication.moc.o: testqgsapplication.moc.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testqgsapplication_CXXFLAGS) $(CXXFLAGS) -MT testqgsapplication-testqgsapplication.moc.o -MD -MP -MF "$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Tpo" -c -o testqgsapplication-testqgsapplication.moc.o `test -f 'testqgsapplication.moc.cpp' || echo '$(srcdir)/'`testqgsapplication.moc.cpp; \
|
||||
then mv -f "$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Tpo" "$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Po"; else rm -f "$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Tpo"; exit 1; fi
|
||||
# source='testqgsapplication.moc.cpp' object='testqgsapplication-testqgsapplication.moc.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Po' tmpdepfile='$(DEPDIR)/testqgsapplication-testqgsapplication.moc.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testqgsapplication_CXXFLAGS) $(CXXFLAGS) -c -o testqgsapplication-testqgsapplication.moc.o `test -f 'testqgsapplication.moc.cpp' || echo '$(srcdir)/'`testqgsapplication.moc.cpp
|
||||
|
||||
testqgsapplication-testqgsapplication.moc.obj: testqgsapplication.moc.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testqgsapplication_CXXFLAGS) $(CXXFLAGS) -MT testqgsapplication-testqgsapplication.moc.obj -MD -MP -MF "$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Tpo" -c -o testqgsapplication-testqgsapplication.moc.obj `if test -f 'testqgsapplication.moc.cpp'; then $(CYGPATH_W) 'testqgsapplication.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/testqgsapplication.moc.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Tpo" "$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Po"; else rm -f "$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Tpo"; exit 1; fi
|
||||
# source='testqgsapplication.moc.cpp' object='testqgsapplication-testqgsapplication.moc.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Po' tmpdepfile='$(DEPDIR)/testqgsapplication-testqgsapplication.moc.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testqgsapplication_CXXFLAGS) $(CXXFLAGS) -c -o testqgsapplication-testqgsapplication.moc.obj `if test -f 'testqgsapplication.moc.cpp'; then $(CYGPATH_W) 'testqgsapplication.moc.cpp'; else $(CYGPATH_W) '$(srcdir)/testqgsapplication.moc.cpp'; fi`
|
||||
|
||||
testqgsapplication-testqgsapplication.moc.lo: testqgsapplication.moc.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testqgsapplication_CXXFLAGS) $(CXXFLAGS) -MT testqgsapplication-testqgsapplication.moc.lo -MD -MP -MF "$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Tpo" -c -o testqgsapplication-testqgsapplication.moc.lo `test -f 'testqgsapplication.moc.cpp' || echo '$(srcdir)/'`testqgsapplication.moc.cpp; \
|
||||
then mv -f "$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Tpo" "$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Plo"; else rm -f "$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Tpo"; exit 1; fi
|
||||
# source='testqgsapplication.moc.cpp' object='testqgsapplication-testqgsapplication.moc.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/testqgsapplication-testqgsapplication.moc.Plo' tmpdepfile='$(DEPDIR)/testqgsapplication-testqgsapplication.moc.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testqgsapplication_CXXFLAGS) $(CXXFLAGS) -c -o testqgsapplication-testqgsapplication.moc.lo `test -f 'testqgsapplication.moc.cpp' || echo '$(srcdir)/'`testqgsapplication.moc.cpp
|
||||
|
||||
testqgsapplication-testqgsapplication.o: testqgsapplication.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testqgsapplication_CXXFLAGS) $(CXXFLAGS) -MT testqgsapplication-testqgsapplication.o -MD -MP -MF "$(DEPDIR)/testqgsapplication-testqgsapplication.Tpo" -c -o testqgsapplication-testqgsapplication.o `test -f 'testqgsapplication.cpp' || echo '$(srcdir)/'`testqgsapplication.cpp; \
|
||||
then mv -f "$(DEPDIR)/testqgsapplication-testqgsapplication.Tpo" "$(DEPDIR)/testqgsapplication-testqgsapplication.Po"; else rm -f "$(DEPDIR)/testqgsapplication-testqgsapplication.Tpo"; exit 1; fi
|
||||
# source='testqgsapplication.cpp' object='testqgsapplication-testqgsapplication.o' libtool=no \
|
||||
# depfile='$(DEPDIR)/testqgsapplication-testqgsapplication.Po' tmpdepfile='$(DEPDIR)/testqgsapplication-testqgsapplication.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testqgsapplication_CXXFLAGS) $(CXXFLAGS) -c -o testqgsapplication-testqgsapplication.o `test -f 'testqgsapplication.cpp' || echo '$(srcdir)/'`testqgsapplication.cpp
|
||||
|
||||
testqgsapplication-testqgsapplication.obj: testqgsapplication.cpp
|
||||
if $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testqgsapplication_CXXFLAGS) $(CXXFLAGS) -MT testqgsapplication-testqgsapplication.obj -MD -MP -MF "$(DEPDIR)/testqgsapplication-testqgsapplication.Tpo" -c -o testqgsapplication-testqgsapplication.obj `if test -f 'testqgsapplication.cpp'; then $(CYGPATH_W) 'testqgsapplication.cpp'; else $(CYGPATH_W) '$(srcdir)/testqgsapplication.cpp'; fi`; \
|
||||
then mv -f "$(DEPDIR)/testqgsapplication-testqgsapplication.Tpo" "$(DEPDIR)/testqgsapplication-testqgsapplication.Po"; else rm -f "$(DEPDIR)/testqgsapplication-testqgsapplication.Tpo"; exit 1; fi
|
||||
# source='testqgsapplication.cpp' object='testqgsapplication-testqgsapplication.obj' libtool=no \
|
||||
# depfile='$(DEPDIR)/testqgsapplication-testqgsapplication.Po' tmpdepfile='$(DEPDIR)/testqgsapplication-testqgsapplication.TPo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testqgsapplication_CXXFLAGS) $(CXXFLAGS) -c -o testqgsapplication-testqgsapplication.obj `if test -f 'testqgsapplication.cpp'; then $(CYGPATH_W) 'testqgsapplication.cpp'; else $(CYGPATH_W) '$(srcdir)/testqgsapplication.cpp'; fi`
|
||||
|
||||
testqgsapplication-testqgsapplication.lo: testqgsapplication.cpp
|
||||
if $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testqgsapplication_CXXFLAGS) $(CXXFLAGS) -MT testqgsapplication-testqgsapplication.lo -MD -MP -MF "$(DEPDIR)/testqgsapplication-testqgsapplication.Tpo" -c -o testqgsapplication-testqgsapplication.lo `test -f 'testqgsapplication.cpp' || echo '$(srcdir)/'`testqgsapplication.cpp; \
|
||||
then mv -f "$(DEPDIR)/testqgsapplication-testqgsapplication.Tpo" "$(DEPDIR)/testqgsapplication-testqgsapplication.Plo"; else rm -f "$(DEPDIR)/testqgsapplication-testqgsapplication.Tpo"; exit 1; fi
|
||||
# source='testqgsapplication.cpp' object='testqgsapplication-testqgsapplication.lo' libtool=yes \
|
||||
# depfile='$(DEPDIR)/testqgsapplication-testqgsapplication.Plo' tmpdepfile='$(DEPDIR)/testqgsapplication-testqgsapplication.TPlo' \
|
||||
# $(CXXDEPMODE) $(depcomp) \
|
||||
# $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(testqgsapplication_CXXFLAGS) $(CXXFLAGS) -c -o testqgsapplication-testqgsapplication.lo `test -f 'testqgsapplication.cpp' || echo '$(srcdir)/'`testqgsapplication.cpp
|
||||
|
||||
mostlyclean-libtool:
|
||||
-rm -f *.lo
|
||||
|
||||
clean-libtool:
|
||||
-rm -rf .libs _libs
|
||||
|
||||
distclean-libtool:
|
||||
-rm -f libtool
|
||||
uninstall-info-am:
|
||||
|
||||
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
mkid -fID $$unique
|
||||
tags: TAGS
|
||||
|
||||
TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
|
||||
test -n "$$unique" || unique=$$empty_fix; \
|
||||
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
||||
$$tags $$unique; \
|
||||
fi
|
||||
ctags: CTAGS
|
||||
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
|
||||
$(TAGS_FILES) $(LISP)
|
||||
tags=; \
|
||||
here=`pwd`; \
|
||||
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
||||
unique=`for i in $$list; do \
|
||||
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
||||
done | \
|
||||
$(AWK) ' { files[$$0] = 1; } \
|
||||
END { for (i in files) print i; }'`; \
|
||||
test -z "$(CTAGS_ARGS)$$tags$$unique" \
|
||||
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
||||
$$tags $$unique
|
||||
|
||||
GTAGS:
|
||||
here=`$(am__cd) $(top_builddir) && pwd` \
|
||||
&& cd $(top_srcdir) \
|
||||
&& gtags -i $(GTAGS_ARGS) $$here
|
||||
|
||||
distclean-tags:
|
||||
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
||||
|
||||
distdir: $(DISTFILES)
|
||||
@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
|
||||
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
|
||||
list='$(DISTFILES)'; for file in $$list; do \
|
||||
case $$file in \
|
||||
$(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
|
||||
$(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
|
||||
esac; \
|
||||
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
||||
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
|
||||
if test "$$dir" != "$$file" && test "$$dir" != "."; then \
|
||||
dir="/$$dir"; \
|
||||
$(mkdir_p) "$(distdir)$$dir"; \
|
||||
else \
|
||||
dir=''; \
|
||||
fi; \
|
||||
if test -d $$d/$$file; then \
|
||||
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
||||
cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
|
||||
fi; \
|
||||
cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
|
||||
else \
|
||||
test -f $(distdir)/$$file \
|
||||
|| cp -p $$d/$$file $(distdir)/$$file \
|
||||
|| exit 1; \
|
||||
fi; \
|
||||
done
|
||||
check-am: all-am
|
||||
check: check-am
|
||||
all-am: Makefile $(PROGRAMS)
|
||||
installdirs:
|
||||
for dir in "$(DESTDIR)$(bindir)"; do \
|
||||
test -z "$$dir" || $(mkdir_p) "$$dir"; \
|
||||
done
|
||||
install: install-am
|
||||
install-exec: install-exec-am
|
||||
install-data: install-data-am
|
||||
uninstall: uninstall-am
|
||||
|
||||
install-am: all-am
|
||||
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
||||
|
||||
installcheck: installcheck-am
|
||||
install-strip:
|
||||
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
||||
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
||||
`test -z '$(STRIP)' || \
|
||||
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
||||
mostlyclean-generic:
|
||||
|
||||
clean-generic:
|
||||
|
||||
distclean-generic:
|
||||
-rm -f $(CONFIG_CLEAN_FILES)
|
||||
|
||||
maintainer-clean-generic:
|
||||
@echo "This command is intended for maintainers to use"
|
||||
@echo "it deletes files that may require special tools to rebuild."
|
||||
clean: clean-am
|
||||
|
||||
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
|
||||
|
||||
distclean: distclean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
distclean-am: clean-am distclean-compile distclean-generic \
|
||||
distclean-libtool distclean-tags
|
||||
|
||||
dvi: dvi-am
|
||||
|
||||
dvi-am:
|
||||
|
||||
html: html-am
|
||||
|
||||
info: info-am
|
||||
|
||||
info-am:
|
||||
|
||||
install-data-am:
|
||||
|
||||
install-exec-am: install-binPROGRAMS
|
||||
|
||||
install-info: install-info-am
|
||||
|
||||
install-man:
|
||||
|
||||
installcheck-am:
|
||||
|
||||
maintainer-clean: maintainer-clean-am
|
||||
-rm -rf ./$(DEPDIR)
|
||||
-rm -f Makefile
|
||||
maintainer-clean-am: distclean-am maintainer-clean-generic
|
||||
|
||||
mostlyclean: mostlyclean-am
|
||||
|
||||
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
|
||||
mostlyclean-libtool
|
||||
|
||||
pdf: pdf-am
|
||||
|
||||
pdf-am:
|
||||
|
||||
ps: ps-am
|
||||
|
||||
ps-am:
|
||||
|
||||
uninstall-am: uninstall-binPROGRAMS uninstall-info-am
|
||||
|
||||
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
|
||||
clean-generic clean-libtool ctags distclean distclean-compile \
|
||||
distclean-generic distclean-libtool distclean-tags distdir dvi \
|
||||
dvi-am html html-am info info-am install install-am \
|
||||
install-binPROGRAMS install-data install-data-am install-exec \
|
||||
install-exec-am install-info install-info-am install-man \
|
||||
install-strip installcheck installcheck-am installdirs \
|
||||
maintainer-clean maintainer-clean-generic mostlyclean \
|
||||
mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
|
||||
pdf pdf-am ps ps-am tags uninstall uninstall-am \
|
||||
uninstall-binPROGRAMS uninstall-info-am
|
||||
|
||||
|
||||
%.moc.cpp: %.cpp
|
||||
$(MOC) -o $@ $<
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
# Otherwise a system limit (for SysV at least) may be exceeded.
|
||||
.NOEXPORT:
|
29
tests/src/core/testqgsapplication.cpp
Normal file
29
tests/src/core/testqgsapplication.cpp
Normal file
@ -0,0 +1,29 @@
|
||||
#include <QtTest>
|
||||
#include <qgsapplication.h>
|
||||
#include "testqgsapplication.h"
|
||||
#include <QObject>
|
||||
#include <QString>
|
||||
|
||||
|
||||
TestQgsApplication::TestQgsApplication() : QObject()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
TestQgsApplication::~TestQgsApplication()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void TestQgsApplication::authorsFilePath()
|
||||
{
|
||||
QString myPath = QgsApplication::authorsFilePath();
|
||||
QVERIFY(!myPath.isNull());
|
||||
}
|
||||
|
||||
QTEST_MAIN(TestQgsApplication)
|
||||
#include "testqgsapplication.moc.cpp"
|
||||
|
||||
|
||||
|
||||
|
16
tests/src/core/testqgsapplication.h
Normal file
16
tests/src/core/testqgsapplication.h
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef TESTQGSAPPLICATION_H
|
||||
#define TESTQGSAPPLICATION_H
|
||||
#include <QtTest>
|
||||
#include <QObject>
|
||||
|
||||
class TestQgsApplication: public QObject
|
||||
{
|
||||
Q_OBJECT;
|
||||
public:
|
||||
TestQgsApplication();
|
||||
~TestQgsApplication();
|
||||
private slots:
|
||||
void authorsFilePath();
|
||||
};
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user