root/trunk/src/unittests.c
| Revision 484, 225 bytes (checked in by braddr, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #include <stdio.h> |
| 2 | |
| 3 | #include "mars.h" |
| 4 | |
| 5 | void unittest_speller(); |
| 6 | void unittest_importHint(); |
| 7 | void unittest_aa(); |
| 8 | |
| 9 | void unittests() |
| 10 | { |
| 11 | #if UNITTEST |
| 12 | unittest_speller(); |
| 13 | unittest_importHint(); |
| 14 | unittest_aa(); |
| 15 | #endif |
| 16 | } |
Note: See TracBrowser for help on using the browser.
