diff options
Diffstat (limited to 'test_apps')
-rwxr-xr-x | test_apps | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_apps b/test_apps index 7e69a823..83073191 100755 --- a/test_apps +++ b/test_apps @@ -269,6 +269,8 @@ test `uname` = 'Linux' && { echo } +test $NATIVE || { echo 'there are more tests, but you need Linux to run them'; exit 0; } + echo calls cat init.$OS 0*.subx apps/subx-params.subx apps/calls.subx | apps/sigils > a.sigils ./bootstrap translate a.sigils -o apps/calls |