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/TestBundleExtension.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 '')
| -rw-r--r-- | src/api/burn/test/BextUtilUnitTest/TestBundleExtension.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/api/burn/test/BextUtilUnitTest/TestBundleExtension.h b/src/api/burn/test/BextUtilUnitTest/TestBundleExtension.h new file mode 100644 index 00000000..5cfe8b39 --- /dev/null +++ b/src/api/burn/test/BextUtilUnitTest/TestBundleExtension.h | |||
| @@ -0,0 +1,9 @@ | |||
| 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 | HRESULT TestBundleExtensionCreate( | ||
| 5 | __in IBundleExtensionEngine* pEngine, | ||
| 6 | __in const BUNDLE_EXTENSION_CREATE_ARGS* pArgs, | ||
| 7 | __inout BUNDLE_EXTENSION_CREATE_RESULTS* pResults, | ||
| 8 | __out IBundleExtension** ppBundleExtension | ||
| 9 | ); | ||
