geos/swig/ruby/test/geos_tests.rb

13 строки
334 B
Ruby

# Runs the test cases that have been developed for GEOS
require 'test_buffer'
require 'test_combinations'
require 'test_coordinate_sequence'
# require 'test_envelope' - No longer exposed in c api.
require 'test_geometry'
require 'test_io'
require 'test_operations'
require 'test_relations'
require 'test_srid'
require 'test_version'