test_rtree_lib.h 714 B

12345678910111213141516171819202122232425
  1. /*****************************************************************************
  2. *
  3. * MODULE: Grass gmath Library
  4. * AUTHOR(S): Soeren Gebbert, Berlin (GER) Oct 2007
  5. * soerengebbert <at> gmx <dot> de
  6. *
  7. * PURPOSE: Unit and Integration tests
  8. *
  9. * COPYRIGHT: (C) 2000 by the GRASS Development Team
  10. *
  11. * This program is free software under the GNU General Public
  12. * License (>=v2). Read the file COPYING that comes with GRASS
  13. * for details.
  14. *
  15. *****************************************************************************/
  16. #ifndef _TEST_GMATH_LIB_H_
  17. #define _TEST_GMATH_LIB_H_
  18. /* Basic functionality tests */
  19. extern int unit_test_basics(void);
  20. #endif