Jeff Brown | 76e6ccd | 2017-08-29 11:23:24 -0700 | [diff] [blame] | 1 | // Copyright 2017 The Fuchsia 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 | // Compile common test cases using C++ compiler and NTRACE | ||||
6 | #define NTRACE | ||||
7 | #include "event_tests_common.h" |