packages feed

crocodile-0.1.1: app/src/Tests/UnitTests.hs

-- This defines all unit tests to be executed for this project

import Tests.VectorTest
import Tests.BoundingBoxTest
import Tests.ColourTest
import Tests.OctreeTest
import Test.HUnit

unitTests = [tests_Vector, tests_BoundingBox, tests_Colour, tests_Octree]

main = mapM runTestTT unitTests