From dfbe1550872256f597161de72a411b92405284e1 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 19 Sep 2019 15:59:22 -0700 Subject: 5672 - move hex out of apps --- test_apps | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test_apps') diff --git a/test_apps b/test_apps index 29bd6075..bb645e97 100755 --- a/test_apps +++ b/test_apps @@ -226,7 +226,7 @@ test $NATIVE && { # Phases of the self-hosted SubX translator. echo hex -./subx translate init.$OS 0*.subx apps/subx-common.subx apps/hex.subx -o apps/hex +./subx translate init.$OS $(enumerate/enumerate --until 070---hex.subx |grep '\.subx$') -o apps/hex test "$1" = 'record' || git diff --exit-code apps/hex test $EMULATED && { ./subx run apps/hex test @@ -358,7 +358,11 @@ done # Phases of the self-hosted SubX translator. -for app in hex survey pack assort dquotes tests sigils calls braces +echo hex +./ntranslate init.$OS $(enumerate/enumerate --until 070---hex.subx |grep '\.subx$') +diff apps/hex a.elf + +for app in survey pack assort dquotes tests sigils calls braces do echo $app ./ntranslate init.$OS 0*.subx apps/subx-common.subx apps/$app.subx -- cgit 1.4.1-2-gfad0 21152271e74d00a458349e05278833a0bd077c2a'>refs log tree commit diff stats
path: root/ranger.py
blob: fbceab23308efdce6c201c3ea65252189e6279ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51