From a51af593b01ca655605c896b03b27bbb8d3b5e07 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Mon, 28 Dec 2020 11:59:43 -0800 Subject: 7442 --- test_apps | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test_apps') diff --git a/test_apps b/test_apps index dcaceb12..eb376356 100755 --- a/test_apps +++ b/test_apps @@ -212,6 +212,11 @@ test "$1" = 'record' || git diff --exit-code apps/crenshaw2-1b echo } +echo random +./bootstrap_bin translate init.linux [01]*.subx apps/random.subx -o apps/random +test "$1" = 'record' || git diff --exit-code apps/random +# don't run + # Phases of the self-hosted SubX translator. for phase in hex survey_elf pack assort dquotes tests -- cgit 1.4.1-2-gfad0 it();'> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/themes/spawn
blob: 82c63e9dd73dbd40331ea5db02c73518ed1861e2 (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77