From 7eef01759634001891d0b62928e4d11dd776ec53 Mon Sep 17 00:00:00 2001 From: yury Date: Sun, 24 Jan 2021 11:05:34 +0000 Subject: [PATCH] * Moved the tregistry2 test back to packages and added more test OS targets. git-svn-id: trunk@48383 - (cherry picked from commit 7ffa9631276ebad245a5fb05b1b2619bb756c36d) # Conflicts: # .gitattributes --- .../fcl-registry => packages/fcl-registry/tests}/tregistry2.pp | 2 +- packages/fcl-registry/tests/tregtestframework.pp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename {tests/test/packages/fcl-registry => packages/fcl-registry/tests}/tregistry2.pp (99%) diff --git a/tests/test/packages/fcl-registry/tregistry2.pp b/packages/fcl-registry/tests/tregistry2.pp similarity index 99% rename from tests/test/packages/fcl-registry/tregistry2.pp rename to packages/fcl-registry/tests/tregistry2.pp index d45f7cd4da..e0ca983ae3 100644 --- a/tests/test/packages/fcl-registry/tregistry2.pp +++ b/packages/fcl-registry/tests/tregistry2.pp @@ -1,4 +1,4 @@ -{ %TARGET=win32,win64,wince,linux } +{ %TARGET=win32,win64,wince,linux,solaris,openbsd } { This unit tests mostly TRegIniFile to work properly and be Delphi compatible. diff --git a/packages/fcl-registry/tests/tregtestframework.pp b/packages/fcl-registry/tests/tregtestframework.pp index 66f7c4f6df..f8420857a3 100644 --- a/packages/fcl-registry/tests/tregtestframework.pp +++ b/packages/fcl-registry/tests/tregtestframework.pp @@ -1,4 +1,4 @@ -{ %TARGET=win32,win64,wince,linux,solaris, } +{ %TARGET=win32,win64,wince,linux,solaris,openbsd } program tregtestframework; {$IFDEF FPC}