File: test_utils.h

package info (click to toggle)
dxvk 2.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,224 kB
  • sloc: cpp: 123,108; ansic: 76,058; sh: 545; python: 174; makefile: 81
file content (17 lines) | stat: -rw-r--r-- 425 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright 2017-2021 Philip Rebohle
 * Copyright 2024 Collabora Ltd.
 * SPDX-License-Identifier: Zlib
 *
 * This is a cut-down version of the header from
 * https://github.com/misyltoad/dxvk-native/tree/master/tests
 * with only the parts strictly required by tests/native/
 */

#pragma once

#include <array>
#include <iostream>

#include "../../../src/util/com/com_pointer.h"
#include "../../../src/util/util_error.h"