From ea2550a45f3691d546bbb4f58e83c0bd620df0d6 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Thu, 16 May 2013 01:50:42 +0200 Subject: tests: add Binary/CustomAction test --- tests/data/wixl/Foo.dll | 0 tests/data/wixl/binary.wxs | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 tests/data/wixl/Foo.dll create mode 100644 tests/data/wixl/binary.wxs (limited to 'tests/data') diff --git a/tests/data/wixl/Foo.dll b/tests/data/wixl/Foo.dll new file mode 100644 index 0000000..e69de29 diff --git a/tests/data/wixl/binary.wxs b/tests/data/wixl/binary.wxs new file mode 100644 index 0000000..ff8d628 --- /dev/null +++ b/tests/data/wixl/binary.wxs @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit