+ tests/packages

* tw3920.pp moved

git-svn-id: trunk@565 -
This commit is contained in:
florian 2005-07-02 16:15:07 +00:00
parent a440df217b
commit cb5e8fc609
3 changed files with 4 additions and 2 deletions

2
.gitattributes vendored
View File

@ -4247,6 +4247,7 @@ tests/bench/shootout/src/wc.pp svneol=native#text/plain
tests/bench/timer.pas svneol=native#text/plain
tests/bench/whet.pas svneol=native#text/plain
tests/dbdigest.cfg.example -text
tests/packages/webtbs/tw3820.pp svneol=native#text/plain
tests/readme.txt svneol=native#text/plain
tests/tbf/tb0001.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/tw3812.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/tw3833.pp svneol=native#text/plain
tests/webtbs/tw3840.pp svneol=native#text/plain

View File

@ -11,6 +11,8 @@ tbf..............Tests for other bugs, added by the fpc core team
(fail compile) Digits in filename is a serial no
units............Helper units for doing the tests
utils............Utilities for processing tests
packages.........Tests for packages: to run this tests, the full fpc sources
must be build
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.
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
files will be removed.