[email protected] | 6f2e391 | 2010-11-05 14:45:44 | [diff] [blame] | 1 | /* Copyright (c) 2010 The Chromium 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. | ||||
[email protected] | e2b8c6f | 2010-11-19 18:16:15 | [diff] [blame] | 4 | * |
[email protected] | 1ad2a1db | 2010-12-13 20:04:31 | [diff] [blame] | 5 | * This test simply includes all the C headers to ensure they compile with a |
6 | * C compiler. If it compiles, it passes. | ||||
[email protected] | 6f2e391 | 2010-11-05 14:45:44 | [diff] [blame] | 7 | */ |
[email protected] | 1ad2a1db | 2010-12-13 20:04:31 | [diff] [blame] | 8 | |
9 | #include "ppapi/tests/all_c_includes.h" | ||||
[email protected] | 6f2e391 | 2010-11-05 14:45:44 | [diff] [blame] | 10 |