terminal/src/winconpty/ft_pty/precomp.h
Dustin L. Howett (MSFT) 39d3c65420
Migrate the ConPTY functional tests out of Windows (#4648)
## Summary of the Pull Request
This will allow us to run the ConPTY tests in CI.

## PR Checklist
* [x] Closes MSFT:24265197
* [X] I've discussed this with core contributors already.

## Validation Steps Performed
I've run the tests.

Please note: this code is unchanged (apart from `wil::ScopeExit` -> `wil::scope_exit`) from Windows. Now is not the time to comment on their perfectness.
2020-02-19 13:27:17 -08:00

13 lines
313 B
C

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
#pragma once
// Use winconpty's precomp wince we hit a lot of the same APIs
#include "../precomp.h"
#include "WexTestClass.h"
// This includes support libraries from the CRT, STL, WIL, and GSL
#include "LibraryIncludes.h"