# Copyright 2014 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

static_library("test_support") {
  output_name = "mojo_public_test_support"

  sources = [
    "../../tests/test_support_private.cc",
    "../../tests/test_support_private.h",
    "test_support.h",
  ]

  deps = [ "//base:compiler_specific" ]
}
