From 7b37f41230ca1e5e4a81b834d320831de93616a9 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Thu, 31 Dec 2020 18:32:34 -0600 Subject: Add test for basic functionality. Force test project to be x64. Fix intermediate path to include the test group name. --- .../BasicFunctionality/BundleA/BundleA.wixproj | 12 ++++++++++++ src/TestData/BasicFunctionality/BundleA/BundleA.wxi | 21 +++++++++++++++++++++ src/TestData/BasicFunctionality/BundleA/BundleA.wxs | 11 +++++++++++ .../BasicFunctionality/PackageA/PackageA.wixproj | 10 ++++++++++ 4 files changed, 54 insertions(+) create mode 100644 src/TestData/BasicFunctionality/BundleA/BundleA.wixproj create mode 100644 src/TestData/BasicFunctionality/BundleA/BundleA.wxi create mode 100644 src/TestData/BasicFunctionality/BundleA/BundleA.wxs create mode 100644 src/TestData/BasicFunctionality/PackageA/PackageA.wixproj (limited to 'src/TestData') diff --git a/src/TestData/BasicFunctionality/BundleA/BundleA.wixproj b/src/TestData/BasicFunctionality/BundleA/BundleA.wixproj new file mode 100644 index 00000000..45127b23 --- /dev/null +++ b/src/TestData/BasicFunctionality/BundleA/BundleA.wixproj @@ -0,0 +1,12 @@ + + + + Bundle + + + + + + + + \ No newline at end of file diff --git a/src/TestData/BasicFunctionality/BundleA/BundleA.wxi b/src/TestData/BasicFunctionality/BundleA/BundleA.wxi new file mode 100644 index 00000000..0bad694e --- /dev/null +++ b/src/TestData/BasicFunctionality/BundleA/BundleA.wxi @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/TestData/BasicFunctionality/BundleA/BundleA.wxs b/src/TestData/BasicFunctionality/BundleA/BundleA.wxs new file mode 100644 index 00000000..0506f05a --- /dev/null +++ b/src/TestData/BasicFunctionality/BundleA/BundleA.wxs @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/TestData/BasicFunctionality/PackageA/PackageA.wixproj b/src/TestData/BasicFunctionality/PackageA/PackageA.wixproj new file mode 100644 index 00000000..9943717c --- /dev/null +++ b/src/TestData/BasicFunctionality/PackageA/PackageA.wixproj @@ -0,0 +1,10 @@ + + + + a + {7FD50F1B-D134-4365-923C-DFA160F74738} + + + + + \ No newline at end of file -- cgit v1.2.3-55-g6feb