소스 검색

* 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 년 전
부모
커밋
054ada1191
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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.