2
0
Эх сурвалжийг харах

+ tests/packages
* tw3920.pp moved

git-svn-id: trunk@565 -

florian 20 жил өмнө
parent
commit
cb5e8fc609

+ 1 - 1
.gitattributes

@@ -4247,6 +4247,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
@@ -6085,7 +6086,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/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
 tests/webtbs/tw3840.pp svneol=native#text/plain
 tests/webtbs/tw3840.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.