From 4279d252f228a74f63bb968ae651c2e7037275c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 31 Mar 2015 13:37:28 -0400 Subject: [PATCH] tests: add savs file for ios tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- tests/sav/hello_ios.res | 4 ++++ tests/sav/test_platform_ios.res | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 tests/sav/hello_ios.res create mode 100644 tests/sav/test_platform_ios.res diff --git a/tests/sav/hello_ios.res b/tests/sav/hello_ios.res new file mode 100644 index 0000000..90f398d --- /dev/null +++ b/tests/sav/hello_ios.res @@ -0,0 +1,4 @@ +out/hello_ios.bin +out/hello_ios.bin/Info.plist +out/hello_ios.bin/PkgInfo +out/hello_ios.bin/hello_ios diff --git a/tests/sav/test_platform_ios.res b/tests/sav/test_platform_ios.res new file mode 100644 index 0000000..3c5611a --- /dev/null +++ b/tests/sav/test_platform_ios.res @@ -0,0 +1,4 @@ +out/test_platform_ios.bin +out/test_platform_ios.bin/Info.plist +out/test_platform_ios.bin/PkgInfo +out/test_platform_ios.bin/test_platform_ios -- 1.7.9.5