aboutsummaryrefslogtreecommitdiff
path: root/src/test/BalUtilUnitTest/precomp.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2020-12-02 20:11:21 -0600
committerSean Hall <r.sean.hall@gmail.com>2020-12-03 10:58:32 -0600
commit27766738dc62ec95f89af347eebb1723a5943848 (patch)
treea113cf0cf3872fbbd752999fb8868ffce39e6f55 /src/test/BalUtilUnitTest/precomp.h
parente08c0fc700edd3fe31d3a3778c26cac9f0304de4 (diff)
downloadwix-27766738dc62ec95f89af347eebb1723a5943848.tar.gz
wix-27766738dc62ec95f89af347eebb1723a5943848.tar.bz2
wix-27766738dc62ec95f89af347eebb1723a5943848.zip
Add test projects for balutil and bextutil.
For now, they only have test implementations to check for compile errors in header only code.
Diffstat (limited to 'src/test/BalUtilUnitTest/precomp.h')
-rw-r--r--src/test/BalUtilUnitTest/precomp.h23
1 files changed, 23 insertions, 0 deletions
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 @@
1#pragma once
2// 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.
3
4
5#include <windows.h>
6#include <msiquery.h>
7#include <CommCtrl.h>
8
9#include <dutil.h>
10#include <locutil.h>
11#include <thmutil.h>
12
13#include <BootstrapperEngine.h>
14#include <BootstrapperApplication.h>
15
16#include "IBootstrapperEngine.h"
17#include "IBootstrapperApplication.h"
18#include "balutil.h"
19#include "balretry.h"
20#include "BAFunctions.h"
21
22#pragma managed
23#include <vcclr.h>