Home
last modified time | relevance | path

Searched refs:_test_ai (Results 1 – 1 of 1) sorted by relevance

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dcoordit.cc476 static void _test_ai(const coord_def c, bool exc, size_t expected) in _test_ai() function
568 _test_ai(center, false, 9); in coordit_tests()
569 _test_ai(center, true, 8); in coordit_tests()
570 _test_ai(coord_def(3, 0), false, 6); in coordit_tests()
571 _test_ai(coord_def(3, 0), true, 5); in coordit_tests()
572 _test_ai(coord_def(0, 0), false, 4); in coordit_tests()
573 _test_ai(coord_def(0, 0), true, 3); in coordit_tests()
574 _test_ai(coord_def(GXM, GYM), false, 1); in coordit_tests()
575 _test_ai(coord_def(GXM, GYM), true, 1); in coordit_tests()