root/trunk/src/unittests.c

Revision 484, 225 bytes (checked in by braddr, 2 years ago)

Add svn property svn:eol-style native to new files. Has the side effect of fixing the eol markers as needed. No functional changes anywhere.

  • Property svn:eol-style set to native
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.