Browse Source

* skip this test for os2 and emx targets because it tries to link in a resource file in MS Windows format (rather than the OS/2 format) which is not supported

git-svn-id: trunk@29523 -
Tomas Hajny 10 years ago
parent
commit
054ada1191
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/test/packages/bzip2/tbzip2streamtest.pp

+ 3 - 0
tests/test/packages/bzip2/tbzip2streamtest.pp

@@ -1,3 +1,6 @@
+{ %skiptarget=os2,emx }
+(* This test program tries to link in a resource file in MS Windows format *)
+(* which is not supported for the OS2 and EMX targets.                     *)
 program bunzip2test;
 {
     This file is part of the Free Pascal packages.