|
Revision 4572, 0.7 KB
(checked in by pmoura, 2 weeks ago)
|
|
Updated the Logtalk version number to 2.33.3 in preparation for the next release.
|
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | ================================================================ |
|---|
| 3 | Logtalk - Open source object-oriented logic programming language |
|---|
| 4 | Release 2.33.3 |
|---|
| 5 | |
|---|
| 6 | Copyright (c) 1998-2008 Paulo Moura. All Rights Reserved. |
|---|
| 7 | Logtalk is free software. You can redistribute it and/or modify |
|---|
| 8 | it under the terms of the "Artistic License 2.0" as published by |
|---|
| 9 | The Perl Foundation. Consult the "LICENSE.txt" file for details. |
|---|
| 10 | ================================================================ |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | The "lgtunit.lgt" file contains a preliminary framework for defining |
|---|
| 14 | and running unit tests in Logtalk. |
|---|
| 15 | |
|---|
| 16 | The unit tests framework is inspired on the works of Joachim Schimpf |
|---|
| 17 | (ECLiPSe library "test_util") and Jan Wielemaker (SWI-Prolog "plunit" |
|---|
| 18 | package). |
|---|