Browse Source

+ renamed tests to ddg

git-svn-id: trunk@2661 -
joost 19 years ago
parent
commit
619541d0cc

+ 8 - 8
.gitattributes

@@ -713,6 +713,14 @@ fcl/db/sqlite/testds.pas svneol=native#text/plain
 fcl/db/unmaintained/Makefile -text
 fcl/db/unmaintained/Makefile -text
 fcl/db/unmaintained/Makefile.fpc -text
 fcl/db/unmaintained/Makefile.fpc -text
 fcl/db/unmaintained/README -text
 fcl/db/unmaintained/README -text
+fcl/db/unmaintained/ddg/Makefile svneol=native#text/plain
+fcl/db/unmaintained/ddg/Makefile.fpc svneol=native#text/plain
+fcl/db/unmaintained/ddg/createds.pp svneol=native#text/plain
+fcl/db/unmaintained/ddg/ddg_ds.pp svneol=native#text/plain
+fcl/db/unmaintained/ddg/ddg_rec.pp svneol=native#text/plain
+fcl/db/unmaintained/ddg/fpmake.pp svneol=native#text/plain
+fcl/db/unmaintained/ddg/testds.pp svneol=native#text/plain
+fcl/db/unmaintained/ddg/tested.pp svneol=native#text/plain
 fcl/db/unmaintained/interbase/BUGS.known -text
 fcl/db/unmaintained/interbase/BUGS.known -text
 fcl/db/unmaintained/interbase/Makefile svneol=native#text/plain
 fcl/db/unmaintained/interbase/Makefile svneol=native#text/plain
 fcl/db/unmaintained/interbase/Makefile.fpc svneol=native#text/plain
 fcl/db/unmaintained/interbase/Makefile.fpc svneol=native#text/plain
@@ -749,14 +757,6 @@ fcl/db/unmaintained/odbc/testtl.pp svneol=native#text/plain
 fcl/db/unmaintained/sqlite/Makefile -text
 fcl/db/unmaintained/sqlite/Makefile -text
 fcl/db/unmaintained/sqlite/Makefile.fpc -text
 fcl/db/unmaintained/sqlite/Makefile.fpc -text
 fcl/db/unmaintained/sqlite/sqlitedataset.pas svneol=native#text/plain
 fcl/db/unmaintained/sqlite/sqlitedataset.pas svneol=native#text/plain
-fcl/db/unmaintained/tests/Makefile svneol=native#text/plain
-fcl/db/unmaintained/tests/Makefile.fpc svneol=native#text/plain
-fcl/db/unmaintained/tests/createds.pp svneol=native#text/plain
-fcl/db/unmaintained/tests/ddg_ds.pp svneol=native#text/plain
-fcl/db/unmaintained/tests/ddg_rec.pp svneol=native#text/plain
-fcl/db/unmaintained/tests/fpmake.pp svneol=native#text/plain
-fcl/db/unmaintained/tests/testds.pp svneol=native#text/plain
-fcl/db/unmaintained/tests/tested.pp svneol=native#text/plain
 fcl/fpcunit/Makefile svneol=native#text/plain
 fcl/fpcunit/Makefile svneol=native#text/plain
 fcl/fpcunit/Makefile.fpc svneol=native#text/plain
 fcl/fpcunit/Makefile.fpc svneol=native#text/plain
 fcl/fpcunit/README.txt svneol=native#text/plain
 fcl/fpcunit/README.txt svneol=native#text/plain

+ 7 - 7
.gitignore

@@ -219,6 +219,13 @@ fcl/db/sqlite/*.s
 fcl/db/sqlite/fpcmade.*
 fcl/db/sqlite/fpcmade.*
 fcl/db/sqlite/units
 fcl/db/sqlite/units
 fcl/db/units
 fcl/db/units
+fcl/db/unmaintained/ddg/*.bak
+fcl/db/unmaintained/ddg/*.exe
+fcl/db/unmaintained/ddg/*.o
+fcl/db/unmaintained/ddg/*.ppu
+fcl/db/unmaintained/ddg/*.s
+fcl/db/unmaintained/ddg/fpcmade.*
+fcl/db/unmaintained/ddg/units
 fcl/db/unmaintained/interbase/*.bak
 fcl/db/unmaintained/interbase/*.bak
 fcl/db/unmaintained/interbase/*.exe
 fcl/db/unmaintained/interbase/*.exe
 fcl/db/unmaintained/interbase/*.o
 fcl/db/unmaintained/interbase/*.o
@@ -240,13 +247,6 @@ fcl/db/unmaintained/odbc/*.ppu
 fcl/db/unmaintained/odbc/*.s
 fcl/db/unmaintained/odbc/*.s
 fcl/db/unmaintained/odbc/fpcmade.*
 fcl/db/unmaintained/odbc/fpcmade.*
 fcl/db/unmaintained/odbc/units
 fcl/db/unmaintained/odbc/units
-fcl/db/unmaintained/tests/*.bak
-fcl/db/unmaintained/tests/*.exe
-fcl/db/unmaintained/tests/*.o
-fcl/db/unmaintained/tests/*.ppu
-fcl/db/unmaintained/tests/*.s
-fcl/db/unmaintained/tests/fpcmade.*
-fcl/db/unmaintained/tests/units
 fcl/emx/*.bak
 fcl/emx/*.bak
 fcl/emx/*.exe
 fcl/emx/*.exe
 fcl/emx/*.o
 fcl/emx/*.o

+ 123 - 123
fcl/db/unmaintained/Makefile

@@ -1,5 +1,5 @@
 #
 #
-# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/02/19]
+# Don't edit, this file is generated by FPCMake Version 2.0.0 [2006/02/21]
 #
 #
 default: all
 default: all
 MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-palmos arm-wince powerpc64-linux
 MAKEFILETARGETS=i386-linux i386-go32v2 i386-win32 i386-os2 i386-freebsd i386-beos i386-netbsd i386-solaris i386-qnx i386-netware i386-openbsd i386-wdosx i386-darwin i386-emx i386-watcom i386-netwlibc i386-wince m68k-linux m68k-freebsd m68k-netbsd m68k-amiga m68k-atari m68k-openbsd m68k-palmos powerpc-linux powerpc-netbsd powerpc-macos powerpc-darwin powerpc-morphos sparc-linux sparc-netbsd sparc-solaris x86_64-linux x86_64-freebsd x86_64-win64 arm-linux arm-palmos arm-wince powerpc64-linux
@@ -233,121 +233,121 @@ PACKAGESDIR:=$(wildcard $(FPCDIR) $(FPCDIR)/packages/base $(FPCDIR)/packages/ext
 override PACKAGE_NAME=fcl
 override PACKAGE_NAME=fcl
 PACKAGEDIR_MAIN:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /fcl/Makefile.fpc,$(PACKAGESDIR))))))
 PACKAGEDIR_MAIN:=$(firstword $(subst /Makefile.fpc,,$(strip $(wildcard $(addsuffix /fcl/Makefile.fpc,$(PACKAGESDIR))))))
 ifeq ($(FULL_TARGET),i386-linux)
 ifeq ($(FULL_TARGET),i386-linux)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),i386-go32v2)
 ifeq ($(FULL_TARGET),i386-go32v2)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),i386-win32)
 ifeq ($(FULL_TARGET),i386-win32)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),i386-os2)
 ifeq ($(FULL_TARGET),i386-os2)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),i386-freebsd)
 ifeq ($(FULL_TARGET),i386-freebsd)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),i386-beos)
 ifeq ($(FULL_TARGET),i386-beos)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),i386-netbsd)
 ifeq ($(FULL_TARGET),i386-netbsd)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),i386-solaris)
 ifeq ($(FULL_TARGET),i386-solaris)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),i386-qnx)
 ifeq ($(FULL_TARGET),i386-qnx)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),i386-netware)
 ifeq ($(FULL_TARGET),i386-netware)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),i386-openbsd)
 ifeq ($(FULL_TARGET),i386-openbsd)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),i386-wdosx)
 ifeq ($(FULL_TARGET),i386-wdosx)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),i386-darwin)
 ifeq ($(FULL_TARGET),i386-darwin)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),i386-emx)
 ifeq ($(FULL_TARGET),i386-emx)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),i386-watcom)
 ifeq ($(FULL_TARGET),i386-watcom)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),i386-netwlibc)
 ifeq ($(FULL_TARGET),i386-netwlibc)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),i386-wince)
 ifeq ($(FULL_TARGET),i386-wince)
-override TARGET_DIRS+=tests  interbase
+override TARGET_DIRS+=ddg  interbase
 endif
 endif
 ifeq ($(FULL_TARGET),m68k-linux)
 ifeq ($(FULL_TARGET),m68k-linux)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),m68k-freebsd)
 ifeq ($(FULL_TARGET),m68k-freebsd)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),m68k-netbsd)
 ifeq ($(FULL_TARGET),m68k-netbsd)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),m68k-amiga)
 ifeq ($(FULL_TARGET),m68k-amiga)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),m68k-atari)
 ifeq ($(FULL_TARGET),m68k-atari)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),m68k-openbsd)
 ifeq ($(FULL_TARGET),m68k-openbsd)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),m68k-palmos)
 ifeq ($(FULL_TARGET),m68k-palmos)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),powerpc-linux)
 ifeq ($(FULL_TARGET),powerpc-linux)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),powerpc-netbsd)
 ifeq ($(FULL_TARGET),powerpc-netbsd)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),powerpc-macos)
 ifeq ($(FULL_TARGET),powerpc-macos)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),powerpc-darwin)
 ifeq ($(FULL_TARGET),powerpc-darwin)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),powerpc-morphos)
 ifeq ($(FULL_TARGET),powerpc-morphos)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),sparc-linux)
 ifeq ($(FULL_TARGET),sparc-linux)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),sparc-netbsd)
 ifeq ($(FULL_TARGET),sparc-netbsd)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),sparc-solaris)
 ifeq ($(FULL_TARGET),sparc-solaris)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),x86_64-linux)
 ifeq ($(FULL_TARGET),x86_64-linux)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),x86_64-freebsd)
 ifeq ($(FULL_TARGET),x86_64-freebsd)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),x86_64-win64)
 ifeq ($(FULL_TARGET),x86_64-win64)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),arm-linux)
 ifeq ($(FULL_TARGET),arm-linux)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 ifeq ($(FULL_TARGET),arm-palmos)
 ifeq ($(FULL_TARGET),arm-palmos)
-override TARGET_DIRS+=tests
+override TARGET_DIRS+=ddg
 endif
 endif
 ifeq ($(FULL_TARGET),arm-wince)
 ifeq ($(FULL_TARGET),arm-wince)
-override TARGET_DIRS+=tests  interbase
+override TARGET_DIRS+=ddg  interbase
 endif
 endif
 ifeq ($(FULL_TARGET),powerpc64-linux)
 ifeq ($(FULL_TARGET),powerpc64-linux)
-override TARGET_DIRS+=tests  mysql interbase
+override TARGET_DIRS+=ddg  mysql interbase
 endif
 endif
 override INSTALL_FPCPACKAGE=y
 override INSTALL_FPCPACKAGE=y
 ifeq ($(FULL_TARGET),i386-linux)
 ifeq ($(FULL_TARGET),i386-linux)
@@ -1768,206 +1768,206 @@ fpc_makefile_sub2: $(addsuffix _makefile_dirs,$(TARGET_DIRS) $(TARGET_EXAMPLEDIR
 fpc_makefile_dirs: fpc_makefile_sub1 fpc_makefile_sub2
 fpc_makefile_dirs: fpc_makefile_sub1 fpc_makefile_sub2
 fpc_makefiles: fpc_makefile fpc_makefile_dirs
 fpc_makefiles: fpc_makefile fpc_makefile_dirs
 ifeq ($(FULL_TARGET),i386-linux)
 ifeq ($(FULL_TARGET),i386-linux)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-go32v2)
 ifeq ($(FULL_TARGET),i386-go32v2)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-win32)
 ifeq ($(FULL_TARGET),i386-win32)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-os2)
 ifeq ($(FULL_TARGET),i386-os2)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-freebsd)
 ifeq ($(FULL_TARGET),i386-freebsd)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-beos)
 ifeq ($(FULL_TARGET),i386-beos)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-netbsd)
 ifeq ($(FULL_TARGET),i386-netbsd)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-solaris)
 ifeq ($(FULL_TARGET),i386-solaris)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-qnx)
 ifeq ($(FULL_TARGET),i386-qnx)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-netware)
 ifeq ($(FULL_TARGET),i386-netware)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-openbsd)
 ifeq ($(FULL_TARGET),i386-openbsd)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-wdosx)
 ifeq ($(FULL_TARGET),i386-wdosx)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-darwin)
 ifeq ($(FULL_TARGET),i386-darwin)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-emx)
 ifeq ($(FULL_TARGET),i386-emx)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-watcom)
 ifeq ($(FULL_TARGET),i386-watcom)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-netwlibc)
 ifeq ($(FULL_TARGET),i386-netwlibc)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),i386-wince)
 ifeq ($(FULL_TARGET),i386-wince)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),m68k-linux)
 ifeq ($(FULL_TARGET),m68k-linux)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),m68k-freebsd)
 ifeq ($(FULL_TARGET),m68k-freebsd)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),m68k-netbsd)
 ifeq ($(FULL_TARGET),m68k-netbsd)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),m68k-amiga)
 ifeq ($(FULL_TARGET),m68k-amiga)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),m68k-atari)
 ifeq ($(FULL_TARGET),m68k-atari)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),m68k-openbsd)
 ifeq ($(FULL_TARGET),m68k-openbsd)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),m68k-palmos)
 ifeq ($(FULL_TARGET),m68k-palmos)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),powerpc-linux)
 ifeq ($(FULL_TARGET),powerpc-linux)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),powerpc-netbsd)
 ifeq ($(FULL_TARGET),powerpc-netbsd)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),powerpc-macos)
 ifeq ($(FULL_TARGET),powerpc-macos)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),powerpc-darwin)
 ifeq ($(FULL_TARGET),powerpc-darwin)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),powerpc-morphos)
 ifeq ($(FULL_TARGET),powerpc-morphos)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),sparc-linux)
 ifeq ($(FULL_TARGET),sparc-linux)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),sparc-netbsd)
 ifeq ($(FULL_TARGET),sparc-netbsd)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),sparc-solaris)
 ifeq ($(FULL_TARGET),sparc-solaris)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),x86_64-linux)
 ifeq ($(FULL_TARGET),x86_64-linux)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),x86_64-freebsd)
 ifeq ($(FULL_TARGET),x86_64-freebsd)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),x86_64-win64)
 ifeq ($(FULL_TARGET),x86_64-win64)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),arm-linux)
 ifeq ($(FULL_TARGET),arm-linux)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),arm-palmos)
 ifeq ($(FULL_TARGET),arm-palmos)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 endif
 endif
 ifeq ($(FULL_TARGET),arm-wince)
 ifeq ($(FULL_TARGET),arm-wince)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
 ifeq ($(FULL_TARGET),powerpc64-linux)
 ifeq ($(FULL_TARGET),powerpc64-linux)
-TARGET_DIRS_TESTS=1
+TARGET_DIRS_DDG=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_MYSQL=1
 TARGET_DIRS_INTERBASE=1
 TARGET_DIRS_INTERBASE=1
 endif
 endif
-ifdef TARGET_DIRS_TESTS
-tests_all:
-	$(MAKE) -C tests all
-tests_debug:
-	$(MAKE) -C tests debug
-tests_smart:
-	$(MAKE) -C tests smart
-tests_release:
-	$(MAKE) -C tests release
-tests_units:
-	$(MAKE) -C tests units
-tests_examples:
-	$(MAKE) -C tests examples
-tests_shared:
-	$(MAKE) -C tests shared
-tests_install:
-	$(MAKE) -C tests install
-tests_sourceinstall:
-	$(MAKE) -C tests sourceinstall
-tests_exampleinstall:
-	$(MAKE) -C tests exampleinstall
-tests_distinstall:
-	$(MAKE) -C tests distinstall
-tests_zipinstall:
-	$(MAKE) -C tests zipinstall
-tests_zipsourceinstall:
-	$(MAKE) -C tests zipsourceinstall
-tests_zipexampleinstall:
-	$(MAKE) -C tests zipexampleinstall
-tests_zipdistinstall:
-	$(MAKE) -C tests zipdistinstall
-tests_clean:
-	$(MAKE) -C tests clean
-tests_distclean:
-	$(MAKE) -C tests distclean
-tests_cleanall:
-	$(MAKE) -C tests cleanall
-tests_info:
-	$(MAKE) -C tests info
-tests_makefiles:
-	$(MAKE) -C tests makefiles
-tests:
-	$(MAKE) -C tests all
-.PHONY: tests_all tests_debug tests_smart tests_release tests_units tests_examples tests_shared tests_install tests_sourceinstall tests_exampleinstall tests_distinstall tests_zipinstall tests_zipsourceinstall tests_zipexampleinstall tests_zipdistinstall tests_clean tests_distclean tests_cleanall tests_info tests_makefiles tests
+ifdef TARGET_DIRS_DDG
+ddg_all:
+	$(MAKE) -C ddg all
+ddg_debug:
+	$(MAKE) -C ddg debug
+ddg_smart:
+	$(MAKE) -C ddg smart
+ddg_release:
+	$(MAKE) -C ddg release
+ddg_units:
+	$(MAKE) -C ddg units
+ddg_examples:
+	$(MAKE) -C ddg examples
+ddg_shared:
+	$(MAKE) -C ddg shared
+ddg_install:
+	$(MAKE) -C ddg install
+ddg_sourceinstall:
+	$(MAKE) -C ddg sourceinstall
+ddg_exampleinstall:
+	$(MAKE) -C ddg exampleinstall
+ddg_distinstall:
+	$(MAKE) -C ddg distinstall
+ddg_zipinstall:
+	$(MAKE) -C ddg zipinstall
+ddg_zipsourceinstall:
+	$(MAKE) -C ddg zipsourceinstall
+ddg_zipexampleinstall:
+	$(MAKE) -C ddg zipexampleinstall
+ddg_zipdistinstall:
+	$(MAKE) -C ddg zipdistinstall
+ddg_clean:
+	$(MAKE) -C ddg clean
+ddg_distclean:
+	$(MAKE) -C ddg distclean
+ddg_cleanall:
+	$(MAKE) -C ddg cleanall
+ddg_info:
+	$(MAKE) -C ddg info
+ddg_makefiles:
+	$(MAKE) -C ddg makefiles
+ddg:
+	$(MAKE) -C ddg all
+.PHONY: ddg_all ddg_debug ddg_smart ddg_release ddg_units ddg_examples ddg_shared ddg_install ddg_sourceinstall ddg_exampleinstall ddg_distinstall ddg_zipinstall ddg_zipsourceinstall ddg_zipexampleinstall ddg_zipdistinstall ddg_clean ddg_distclean ddg_cleanall ddg_info ddg_makefiles ddg
 endif
 endif
 ifdef TARGET_DIRS_MYSQL
 ifdef TARGET_DIRS_MYSQL
 mysql_all:
 mysql_all:

+ 1 - 1
fcl/db/unmaintained/Makefile.fpc

@@ -6,7 +6,7 @@
 main=fcl
 main=fcl
 
 
 [target]
 [target]
-dirs=tests
+dirs=ddg
 dirs_linux=mysql interbase 
 dirs_linux=mysql interbase 
 dirs_freebsd=mysql interbase
 dirs_freebsd=mysql interbase
 dirs_darwin=mysql interbase 
 dirs_darwin=mysql interbase 

+ 0 - 0
fcl/db/unmaintained/tests/Makefile → fcl/db/unmaintained/ddg/Makefile


+ 0 - 0
fcl/db/unmaintained/tests/Makefile.fpc → fcl/db/unmaintained/ddg/Makefile.fpc


+ 0 - 0
fcl/db/unmaintained/tests/createds.pp → fcl/db/unmaintained/ddg/createds.pp


+ 0 - 0
fcl/db/unmaintained/tests/ddg_ds.pp → fcl/db/unmaintained/ddg/ddg_ds.pp


+ 0 - 0
fcl/db/unmaintained/tests/ddg_rec.pp → fcl/db/unmaintained/ddg/ddg_rec.pp


+ 0 - 0
fcl/db/unmaintained/tests/fpmake.pp → fcl/db/unmaintained/ddg/fpmake.pp


+ 0 - 0
fcl/db/unmaintained/tests/testds.pp → fcl/db/unmaintained/ddg/testds.pp


+ 0 - 0
fcl/db/unmaintained/tests/tested.pp → fcl/db/unmaintained/ddg/tested.pp