Up | TOC | Index | |||||
<< 5 Formal Syntax | < 6.1.19 regexps.ex | Up: 6 Mini-Guides | 6.1.21 search.ex > | 7 Included Tools >> |
6.1.20 sanity.ex
this program tests hundreds of features of Euphoria, in a quick, self-test. If this program reports "PASSED" then Euphoria is working on your machine.
This was the old "unit testing" program for Euphoria pre 4.x, for an updated unit test system, please see the Unit Testing Framework and look in your euphoria/tests directory.
6.1.20.1 Usage
eui sanity.ex
6.1.20.2 sorted
include sanity.ex global type sorted(sequence x)
6.1.20.3 sanity
include sanity.ex global procedure sanity()