-- Copyright (c) 2014-present, Facebook, Inc. -- All rights reserved. -- -- This source code is distributed under the terms of a BSD license, -- found in the LICENSE file. {-# LANGUAGE CPP, OverloadedStrings #-} module Main where import Test.Framework (defaultMain) import Test.Framework.Providers.HUnit (hUnitTestToTests) import AllTests main :: IO () main = defaultMain $ hUnitTestToTests allTests