k-dot-p 0.1

tests.c++

Go to the documentation of this file.
00001 /*
00002 ** tests.c
00003 ** 
00004 ** Made by (Johnny Q. Hacker)
00005 ** Login   <solarion@nathan>
00006 ** 
00007 
00008 
00009     Copyright (C) 2009 Joseph Pingenot
00010 
00011     This program is free software: you can redistribute it and/or modify
00012     it under the terms of the GNU Affero General Public License as published by
00013     the Free Software Foundation, either version 3 of the License, or
00014     (at your option) any later version.
00015 
00016     This program is distributed in the hope that it will be useful,
00017     but WITHOUT ANY WARRANTY; without even the implied warranty of
00018     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00019     GNU Affero General Public License for more details.
00020 
00021     You should have received a copy of the GNU Affero General Public License
00022     along with this program.  If not, see <http://www.gnu.org/licenses/>.
00023 ** Started on  Thu Jul  2 07:30:43 2009 Johnny Q. Hacker
00024 ** Last update Fri Jul  3 06:18:41 2009 Johnny Q. Hacker
00025 */
00026 
00027 #include <tests/tests.h>
00028 
00029 int main(int argc, char* argv[]) {
00030   return 0;
00031 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines