diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-06-16 14:41:27 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-06-16 16:49:13 -0500 |
commit | 4d94ed9fd1d9cb69337134561c520a24a91b91b2 (patch) | |
tree | 494d91dce4eacffae5a0263a0d35892b80d10e73 /src/api/burn/test/BalUtilUnitTest/precomp.h | |
parent | 223606fcd02e6d15e065d1e108e17c8848d35f9f (diff) | |
download | wix-4d94ed9fd1d9cb69337134561c520a24a91b91b2.tar.gz wix-4d94ed9fd1d9cb69337134561c520a24a91b91b2.tar.bz2 wix-4d94ed9fd1d9cb69337134561c520a24a91b91b2.zip |
Use dotnet test on C++/CLI test projects to get trx logs.
Diffstat (limited to 'src/api/burn/test/BalUtilUnitTest/precomp.h')
-rw-r--r-- | src/api/burn/test/BalUtilUnitTest/precomp.h | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/src/api/burn/test/BalUtilUnitTest/precomp.h b/src/api/burn/test/BalUtilUnitTest/precomp.h index ce893906..218cab68 100644 --- a/src/api/burn/test/BalUtilUnitTest/precomp.h +++ b/src/api/burn/test/BalUtilUnitTest/precomp.h | |||
@@ -18,11 +18,15 @@ | |||
18 | #include <BootstrapperEngine.h> | 18 | #include <BootstrapperEngine.h> |
19 | #include <BootstrapperApplication.h> | 19 | #include <BootstrapperApplication.h> |
20 | 20 | ||
21 | #include "IBootstrapperEngine.h" | 21 | #include <BAFunctions.h> |
22 | #include "IBootstrapperApplication.h" | 22 | #include <IBootstrapperEngine.h> |
23 | #include "balutil.h" | 23 | #include <IBootstrapperApplication.h> |
24 | #include "balretry.h" | 24 | #include <IBAFunctions.h> |
25 | #include "BAFunctions.h" | 25 | #include <balutil.h> |
26 | #include <balretry.h> | ||
27 | |||
28 | #include "TestBAFunctions.h" | ||
29 | #include "TestBootstrapperApplication.h" | ||
26 | 30 | ||
27 | #pragma managed | 31 | #pragma managed |
28 | #include <vcclr.h> | 32 | #include <vcclr.h> |