don't heap-allocate vectors in findLabeledEdgeRings
[geos.git] / swig / ruby / test / Makefile.am
blob85066fc432b83d2a27e25a5762d4e66e7ea9ce52
1 #geos_tests.rb runs the full Ruby geos test suite
3 RUBY_TESTS =                 \
4         example.rb               \
5         geos_tests.rb        \
6         test_buffer.rb       \
7         test_combinations.rb \
8         test_coordinate_sequence.rb     \
9         test_envelope.rb         \
10         test_geometry.rb         \
11         test_helper.rb           \
12         test_io.rb                   \
13         test_operations.rb       \
14         test_relations.rb        \
15         test_srid.rb         \
16         test_version.rb
18 EXTRA_DIST = $(RUBY_TESTS)
20 test:
21         $(RUBY) geos_tests.rb