about summary refs log tree commit diff stats
path: root/test_apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-04-26 22:59:59 -0700
committerKartik Agaram <vc@akkartik.com>2020-04-26 22:59:59 -0700
commitc0bde5f8269b8f322742d57ec0c02cec75c8a2c7 (patch)
treef3b270575c58481ac79e050f6deed52c0407fdd4 /test_apps
parent144abce2309c3422238be60a2fbedb1e4454af53 (diff)
downloadmu-c0bde5f8269b8f322742d57ec0c02cec75c8a2c7.tar.gz
6213
Some minor tweaks while preparing presentation to Mek's Junto group.
Diffstat (limited to 'test_apps')
-rwxr-xr-xtest_apps2
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