From 16c5104bca718579f2aafe0d41c76e630e0088e2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Tue, 31 Mar 2015 13:58:29 -0400 Subject: [PATCH] tests: add the testosx.sh script to run OSX and iOS specific tests MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- tests/testosx.sh | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 tests/testosx.sh diff --git a/tests/testosx.sh b/tests/testosx.sh new file mode 100755 index 0000000..8976424 --- /dev/null +++ b/tests/testosx.sh @@ -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 -- 1.7.9.5