diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-04-04 16:46:45 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-18 00:44:46 -0700 |
commit | ba7e8121c2326cc9c42a489275ebe7abdbb72358 (patch) | |
tree | d6f4ec6bf040d4e24686d48a290fb64ad119d348 /test_apps | |
parent | d4307787110dc72ddaf02b5e9259afcceca0d794 (diff) | |
download | mu-ba7e8121c2326cc9c42a489275ebe7abdbb72358.tar.gz |
assort.subx now working
Diffstat (limited to 'test_apps')
-rwxr-xr-x | test_apps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_apps b/test_apps index 3de45d41..3cd0e9c7 100755 --- a/test_apps +++ b/test_apps @@ -223,7 +223,7 @@ test $NATIVE && { # Phases of the self-hosted SubX translator. -for phase in hex pack tests dquotes # survey assort dquotes +for phase in hex pack assort dquotes tests # survey do echo $phase ./bootstrap translate init.$OS 0[0-8]*.subx apps/subx-params.subx apps/$phase.subx -o apps/$phase |