Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
aiks_unittests.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_IMPELLER_AIKS_AIKS_UNITTESTS_H_
6#define FLUTTER_IMPELLER_AIKS_AIKS_UNITTESTS_H_
7
10
11namespace impeller {
12namespace testing {
13
14#ifdef IMPELLER_GOLDEN_TESTS
15using AiksTest = GoldenPlaygroundTest;
16#else
18#endif
19
20} // namespace testing
21} // namespace impeller
22
23#endif // FLUTTER_IMPELLER_AIKS_AIKS_UNITTESTS_H_
AiksPlayground AiksTest