Browse Source

* 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
yury 4 years ago
parent
commit
7eef017596

+ 1 - 1
tests/test/packages/fcl-registry/tregistry2.pp → 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.

+ 1 - 1
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}