tests: add the testosx.sh script to run OSX and iOS specific tests
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 31 Mar 2015 17:58:29 +0000 (13:58 -0400)
committerAlexis Laferrière <alexis.laf@xymus.net>
Wed, 1 Apr 2015 11:36:17 +0000 (07:36 -0400)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

tests/testosx.sh [new file with mode: 0755]

diff --git a/tests/testosx.sh b/tests/testosx.sh
new file mode 100755 (executable)
index 0000000..8976424
--- /dev/null
@@ -0,0 +1,21 @@
+#!/bin/bash
+# This file is part of NIT ( http://www.nitlanguage.org ).
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# Tests to run on OS X for the host platform and iOS
+./tests.sh $@ \
+       test_ffi_objc_*.nit \
+       test_*ios.nit \
+       ../lib/ios/examples/*.nit \
+       ../lib/cocoa*/examples/*.nit