diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-05-14 08:05:24 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-05-14 08:05:24 -0700 |
commit | a42f4613f785163223c8416bd7fa720bc932ed88 (patch) | |
tree | a972733542bd2317e56cb4a426b81a4481c66f47 /linux/test_apps | |
parent | 9b37c03de9241f5c9d5ba7c035378863e4660bea (diff) | |
download | mu-a42f4613f785163223c8416bd7fa720bc932ed88.tar.gz |
.
Diffstat (limited to 'linux/test_apps')
-rwxr-xr-x | linux/test_apps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/test_apps b/linux/test_apps index 0c2a9fd8..42dd7da3 100755 --- a/linux/test_apps +++ b/linux/test_apps @@ -1,5 +1,5 @@ #!/bin/sh -# Build and test all included SubX programs on Linux: +# Build and test all included Mu and SubX programs on Linux: # translate them into ELF binaries # if possible, compare the generated binaries with what's already in git # run/test the ELF binaries in emulated mode |