about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-06-22 23:43:08 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-22 23:43:08 -0700
commit05d4ee8d0a7f84c776e732e42977063998649861 (patch)
tree2d2836307bc2811685c6298abef11026d75f287d
parentf2d7ad5dd9d58ac861875461de3e1aded13c7859 (diff)
downloadmu-05d4ee8d0a7f84c776e732e42977063998649861.tar.gz
1623
-rwxr-xr-xbuild_and_test_until5
1 files changed, 3 insertions, 2 deletions
diff --git a/build_and_test_until b/build_and_test_until
index 9b817c9d..b83db304 100755
--- a/build_and_test_until
+++ b/build_and_test_until
@@ -8,5 +8,6 @@ make tangle/tangle
 make enumerate/enumerate
 ./tangle/tangle $(./enumerate/enumerate --until $* |grep -v '.mu$') |grep -v "^\s*//:" > mu.cc
 cat /dev/null $(./enumerate/enumerate --until $* |grep '.mu$') > core.mu
-#? make valgrind
-make test #? 1
+make autogenerated_lists
+make valgrind
+#? make test #? 2
adon <dev@iotib.net> 2022-09-20 11:16:43 -0400 Updated README' href='/charadon/games/Pong-C/commit/README.txt?id=8654b2d89502c8aad3980c171d6207c6418b12c8'>8654b2d ^
4ea6969 ^
8654b2d ^








4ea6969 ^















bdf56a9 ^
35b8774 ^
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