Po-Hsien Wang | 42e116c | 2020-06-09 16:10:27 -0700 | [diff] [blame] | 1 | // Copyright 2020 The Chromium OS 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 | |
Po-Hsien Wang | 93cc689 | 2020-10-28 17:01:28 -0700 | [diff] [blame] | 5 | #ifndef __CONSTANT_H__ |
Po-Hsien Wang | 42e116c | 2020-06-09 16:10:27 -0700 | [diff] [blame] | 6 | #define __CONSTANT_H__ |
| 7 | |
| 8 | // ERROR_TYPE indicates various error type for vkbench itself. |
| 9 | enum ERROR_TYPE { |
| 10 | TEST_PASS, |
| 11 | TEST_FAIL, |
Po-Hsien Wang | 42e116c | 2020-06-09 16:10:27 -0700 | [diff] [blame] | 12 | }; |
| 13 | |
| 14 | #endif |