diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-04-23 12:17:32 +1000 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-04-23 12:43:38 +1000 |
commit | bd3ee565f342bc0bb015594f303d13b67285a958 (patch) | |
tree | 1994e37e385851a7cfdd69b3f7cf03b3bfaa8a7b /src/test/examples/TestEngine/precomp.h | |
parent | 05edba00dc08b74a6d9b32b4e56f4da6ef90c638 (diff) | |
download | wix-bd3ee565f342bc0bb015594f303d13b67285a958.tar.gz wix-bd3ee565f342bc0bb015594f303d13b67285a958.tar.bz2 wix-bd3ee565f342bc0bb015594f303d13b67285a958.zip |
Update ManagedHost tests to run off of a bundle.
Diffstat (limited to 'src/test/examples/TestEngine/precomp.h')
-rw-r--r-- | src/test/examples/TestEngine/precomp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/examples/TestEngine/precomp.h b/src/test/examples/TestEngine/precomp.h index 6e867e89..d0068747 100644 --- a/src/test/examples/TestEngine/precomp.h +++ b/src/test/examples/TestEngine/precomp.h | |||
@@ -8,6 +8,7 @@ | |||
8 | #include "conutil.h" | 8 | #include "conutil.h" |
9 | #include "logutil.h" | 9 | #include "logutil.h" |
10 | #include "memutil.h" | 10 | #include "memutil.h" |
11 | #include "pathutil.h" | ||
11 | 12 | ||
12 | #include "BootstrapperEngine.h" | 13 | #include "BootstrapperEngine.h" |
13 | #include "BootstrapperApplication.h" | 14 | #include "BootstrapperApplication.h" |
@@ -15,5 +16,6 @@ | |||
15 | #include "TestEngine.h" | 16 | #include "TestEngine.h" |
16 | 17 | ||
17 | HRESULT RunShutdownEngine( | 18 | HRESULT RunShutdownEngine( |
19 | __in LPCWSTR wzBundleFilePath, | ||
18 | __in LPCWSTR wzBAFilePath | 20 | __in LPCWSTR wzBAFilePath |
19 | ); | 21 | ); |