packages feed

hans-2.4.0.0: tests/IP4.hs

module IP4 where

import IP4.Packet

import Test.Framework (Test,testGroup)


ip4Tests :: Test
ip4Tests  = testGroup "ip4"
  [ ip4PacketTests
  ]