From 0210df5a5dade94960ef48ca26a98a2676f215f7 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 7 Jun 2014 18:53:23 -0400 Subject: sphere: Use tightest possible bounding boxes. --- dimension/tests/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'dimension/tests/Makefile.am') diff --git a/dimension/tests/Makefile.am b/dimension/tests/Makefile.am index 684b2aa..b5b6882 100644 --- a/dimension/tests/Makefile.am +++ b/dimension/tests/Makefile.am @@ -1,5 +1,5 @@ ########################################################################### -## Copyright (C) 2009-2011 Tavian Barnes ## +## Copyright (C) 2009-2014 Tavian Barnes ## ## ## ## This file is part of The Dimension Build Suite. ## ## ## @@ -17,8 +17,9 @@ ## along with this program. If not, see . ## ########################################################################### -TESTS = demo.dmnsn \ - cube.dmnsn +TESTS = cube.dmnsn \ + demo.dmnsn \ + ellipsoid.dmnsn TEST_EXTENSIONS = .dmnsn DMNSN_LOG_COMPILER = $(top_srcdir)/dimension/dimension AM_DMNSN_LOG_FLAGS = --strict -v -- cgit v1.2.3