TheChess
|
00001 /* 00002 * thechess, chess game web application written in C++ and based on Wt 00003 * Copyright (C) 2010 Boris Nagaev 00004 * 00005 * thechess is licensed under the GNU GPL Version 2. 00006 * Other versions of the GPL do not apply. 00007 * See the LICENSE file for terms of use. 00008 */ 00009 00010 // 00011 00012 #ifndef THECHESS_TESTS_H_ 00013 #define THECHESS_TESTS_H_ 00014 00015 namespace thechess { 00016 namespace chess { 00017 00018 void run_tests(); 00019 00020 } 00021 } 00022 00023 #endif // THECHESS_TESTS_H_