From 47724ab546a84e77b4699bc28aa4e4ad7901253f Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 1 Jan 2021 21:35:51 -0600 Subject: Try to make it easier to add new kinds of tests. --- src/TestData/PrereqBaTests/BundleB/BundleB.wixproj | 16 ++++++++++++++++ src/TestData/PrereqBaTests/BundleB/BundleB.wxi | 17 +++++++++++++++++ src/TestData/PrereqBaTests/BundleB/BundleB.wxs | 20 ++++++++++++++++++++ src/TestData/PrereqBaTests/BundleB/bad.config | 17 +++++++++++++++++ 4 files changed, 70 insertions(+) create mode 100644 src/TestData/PrereqBaTests/BundleB/BundleB.wixproj create mode 100644 src/TestData/PrereqBaTests/BundleB/BundleB.wxi create mode 100644 src/TestData/PrereqBaTests/BundleB/BundleB.wxs create mode 100644 src/TestData/PrereqBaTests/BundleB/bad.config (limited to 'src/TestData/PrereqBaTests/BundleB') diff --git a/src/TestData/PrereqBaTests/BundleB/BundleB.wixproj b/src/TestData/PrereqBaTests/BundleB/BundleB.wixproj new file mode 100644 index 00000000..420c2a0c --- /dev/null +++ b/src/TestData/PrereqBaTests/BundleB/BundleB.wixproj @@ -0,0 +1,16 @@ + + + + Bundle + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/PrereqBaTests/BundleB/BundleB.wxi b/src/TestData/PrereqBaTests/BundleB/BundleB.wxi new file mode 100644 index 00000000..6bfeb213 --- /dev/null +++ b/src/TestData/PrereqBaTests/BundleB/BundleB.wxi @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/src/TestData/PrereqBaTests/BundleB/BundleB.wxs b/src/TestData/PrereqBaTests/BundleB/BundleB.wxs new file mode 100644 index 00000000..57d8a552 --- /dev/null +++ b/src/TestData/PrereqBaTests/BundleB/BundleB.wxs @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/src/TestData/PrereqBaTests/BundleB/bad.config b/src/TestData/PrereqBaTests/BundleB/bad.config new file mode 100644 index 00000000..1512e59a --- /dev/null +++ b/src/TestData/PrereqBaTests/BundleB/bad.config @@ -0,0 +1,17 @@ + + + + + + + +
+ + + + + + + + + -- cgit v1.2.3-55-g6feb