summaryrefslogtreecommitdiff
path: root/test/AgentTest.hs
blob: c89d28aa6f67ea1f661d4227fa276ce4fb3c0176 (plain)
1
2
3
4
5
6
7
8
9
10
module AgentTest (suite) where

import Test.Tasty
import Test.Tasty.HUnit
import Agent

suite :: TestTree
suite = testGroup "agent tests" $
  [
  ]