瀏覽代碼

Merged revisions 565 via svnmerge from
/trunk

git-svn-id: branches/fixes_2_0@640 -

peter 20 年之前
父節點
當前提交
a0b2338871
共有 3 個文件被更改,包括 4 次插入2 次删除
  1. 1 1
      .gitattributes
  2. 0 0
      tests/packages/webtbs/tw3820.pp
  3. 3 1
      tests/readme.txt

+ 1 - 1
.gitattributes

@@ -4091,6 +4091,7 @@ tests/bench/shootout/src/wc.pp svneol=native#text/plain
 tests/bench/timer.pas svneol=native#text/plain
 tests/bench/timer.pas svneol=native#text/plain
 tests/bench/whet.pas svneol=native#text/plain
 tests/bench/whet.pas svneol=native#text/plain
 tests/dbdigest.cfg.example -text
 tests/dbdigest.cfg.example -text
+tests/packages/webtbs/tw3820.pp svneol=native#text/plain
 tests/readme.txt svneol=native#text/plain
 tests/readme.txt svneol=native#text/plain
 tests/tbf/tb0001.pp svneol=native#text/plain
 tests/tbf/tb0001.pp svneol=native#text/plain
 tests/tbf/tb0002.pp svneol=native#text/plain
 tests/tbf/tb0002.pp svneol=native#text/plain
@@ -5908,7 +5909,6 @@ tests/webtbs/tw3796.pp svneol=native#text/plain
 tests/webtbs/tw3805.pp svneol=native#text/plain
 tests/webtbs/tw3805.pp svneol=native#text/plain
 tests/webtbs/tw3812.pp svneol=native#text/plain
 tests/webtbs/tw3812.pp svneol=native#text/plain
 tests/webtbs/tw3814.pp svneol=native#text/plain
 tests/webtbs/tw3814.pp svneol=native#text/plain
-tests/webtbs/tw3820.pp svneol=native#text/plain
 tests/webtbs/tw3821.pp svneol=native#text/plain
 tests/webtbs/tw3821.pp svneol=native#text/plain
 tests/webtbs/tw3827.pp svneol=native#text/plain
 tests/webtbs/tw3827.pp svneol=native#text/plain
 tests/webtbs/tw3833.pp svneol=native#text/plain
 tests/webtbs/tw3833.pp svneol=native#text/plain

+ 0 - 0
tests/webtbs/tw3820.pp → tests/packages/webtbs/tw3820.pp


+ 3 - 1
tests/readme.txt

@@ -11,6 +11,8 @@ tbf..............Tests for other bugs, added by the fpc core team
                    (fail compile) Digits in filename is a serial no
                    (fail compile) Digits in filename is a serial no
 units............Helper units for doing the tests
 units............Helper units for doing the tests
 utils............Utilities for processing tests
 utils............Utilities for processing tests
+packages.........Tests for packages: to run this tests, the full fpc sources
+                 must be build
 
 
 
 
 Writing a test
 Writing a test
@@ -163,7 +165,7 @@ A machine with both MacOS X and classic MacOS installed. Note that make will not
 run the tests, that has to be done in MPW with the scripts in utils/macos.
 run the tests, that has to be done in MPW with the scripts in utils/macos.
 
 
   make clean alltest TEST_OS_TARGET=macos TEST_OPT="-WT -st" \
   make clean alltest TEST_OS_TARGET=macos TEST_OPT="-WT -st" \
-       USEUNITDIR=/Projekt/Freepascal/fpc/rtl/macos 
+       USEUNITDIR=/Projekt/Freepascal/fpc/rtl/macos
 
 
 To clean. Note that same options as above has to be given so that the correct
 To clean. Note that same options as above has to be given so that the correct
 files will be removed.
 files will be removed.