Exemple #1
0
void unittests()
{
#if UNITTEST
    unittest_speller();
    unittest_importHint();
    unittest_aa();
#endif
}
Exemple #2
0
void unittests()
{
#if UNITTEST
    unittest_speller();
#endif
}