mirror of
https://github.com/facebook/Haxl.git
synced 2025-01-08 10:48:30 +03:00
fb2cabbcef
Reviewed By: simonmar Differential Revision: D62383590 fbshipit-source-id: 9d0e60f524be8c40c9934ed4458f5202cbf377a6
17 lines
364 B
Haskell
17 lines
364 B
Haskell
{-
|
|
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
All rights reserved.
|
|
|
|
This source code is licensed under the BSD-style license found in the
|
|
LICENSE file in the root directory of this source tree.
|
|
-}
|
|
|
|
module FBMain (main) where
|
|
|
|
import Facebook.Init
|
|
import TestRunner
|
|
import AllTests
|
|
|
|
main :: IO ()
|
|
main = withFacebookUnitTest $ testRunner $ allTests
|