From 27766738dc62ec95f89af347eebb1723a5943848 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Wed, 2 Dec 2020 20:11:21 -0600 Subject: Add test projects for balutil and bextutil. For now, they only have test implementations to check for compile errors in header only code. --- src/test/BalUtilUnitTest/precomp.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/test/BalUtilUnitTest/precomp.h (limited to 'src/test/BalUtilUnitTest/precomp.h') diff --git a/src/test/BalUtilUnitTest/precomp.h b/src/test/BalUtilUnitTest/precomp.h new file mode 100644 index 00000000..a84391f9 --- /dev/null +++ b/src/test/BalUtilUnitTest/precomp.h @@ -0,0 +1,23 @@ +#pragma once +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. + + +#include +#include +#include + +#include +#include +#include + +#include +#include + +#include "IBootstrapperEngine.h" +#include "IBootstrapperApplication.h" +#include "balutil.h" +#include "balretry.h" +#include "BAFunctions.h" + +#pragma managed +#include -- cgit v1.2.3-55-g6feb