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/BextUtilUnitTest/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/BextUtilUnitTest/precomp.h')
-rw-r--r-- | src/api/burn/test/BextUtilUnitTest/precomp.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/api/burn/test/BextUtilUnitTest/precomp.h b/src/api/burn/test/BextUtilUnitTest/precomp.h index a6586f70..cf5256b8 100644 --- a/src/api/burn/test/BextUtilUnitTest/precomp.h +++ b/src/api/burn/test/BextUtilUnitTest/precomp.h | |||
@@ -11,9 +11,11 @@ | |||
11 | #include <BundleExtensionEngine.h> | 11 | #include <BundleExtensionEngine.h> |
12 | #include <BundleExtension.h> | 12 | #include <BundleExtension.h> |
13 | 13 | ||
14 | #include "IBundleExtensionEngine.h" | 14 | #include <IBundleExtensionEngine.h> |
15 | #include "IBundleExtension.h" | 15 | #include <IBundleExtension.h> |
16 | #include "bextutil.h" | 16 | #include <bextutil.h> |
17 | |||
18 | #include "TestBundleExtension.h" | ||
17 | 19 | ||
18 | #pragma managed | 20 | #pragma managed |
19 | #include <vcclr.h> | 21 | #include <vcclr.h> |