From a92da42d4087b3e7989239d43aff2c7e1afe05a6 Mon Sep 17 00:00:00 2001 From: Bob Arnson Date: Wed, 2 Jun 2021 20:46:54 -0400 Subject: Add some 64-bit Burn tests. --- .../BundleA_arm64/BundleA_arm64.wixproj | 18 ++++++++++++++++++ .../BundleA_arm64/BundleA_arm64.wxs | 10 ++++++++++ 2 files changed, 28 insertions(+) create mode 100644 src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj create mode 100644 src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wxs (limited to 'src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64') diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj new file mode 100644 index 00000000..535129df --- /dev/null +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wixproj @@ -0,0 +1,18 @@ + + + + Bundle + arm64 + hyperlinkLicense + {94C9641C-8105-4E87-BC46-D21636F76949} + + + + + + + + + + + \ No newline at end of file diff --git a/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wxs b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wxs new file mode 100644 index 00000000..05cfa26c --- /dev/null +++ b/src/test/burn/TestData/BasicFunctionalityTests/BundleA_arm64/BundleA_arm64.wxs @@ -0,0 +1,10 @@ + + + + + + + + + + -- cgit v1.2.3-55-g6feb