nissy-nx

A Rubik's cube optimal solver
git clone https://git.tronto.net/nissy-nx
Download | Log | Files | Refs | README | LICENSE

coord_tests.h (217B)


      1 #ifndef COORD_TESTS_H
      2 #define COORD_TESTS_H
      3 
      4 #include "../src/coord.h"
      5 #include "test_common.h"
      6 
      7 extern Test test_indexes_consistent;
      8 
      9 extern TestSuite coord_pre_init_suite;
     10 
     11 extern TestSuite *coord_suites[];
     12 
     13 #endif