05-10-11 23.52, skrev L505 följande: > programmer. We have seen the compiler can use "tests" in order to test the > validity of the > compiler. Are these "unit tests" or just "tests". It all seems vague to me. A > compiler is
A unit test should test a small module of a program, like a pascal unit. Since most of the tests in the FPC compiler test suite do test the compiler as a whole, they are not unit tests, rather some kind of system tests (I think). Which does not make them less useful. Olle _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal