about summary refs log tree commit diff stats
path: root/test/test.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.gyp')
-rw-r--r--test/test.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test.gyp b/test/test.gyp
index 2a5d1d4..0bd930d 100644
--- a/test/test.gyp
+++ b/test/test.gyp
@@ -16,6 +16,7 @@
       "src/main.c",
       "src/test-uv-link-source-t.c",
       "src/test-uv-link-observer-t.c",
+      "src/test-defaults.c",
       "src/test-close.c",
     ],
   }],
12:11:50 +0200 committer Anselm R. Garbe <garbeam@gmail.com> 2007-08-11 12:11:50 +0200 separated layout-specific stuff into separate .h and .c files which are included in config.h resp. config.mk - this allows writing layouts for dwm without any need to patch existing code' href='/acidbong/suckless/dwm/commit/tile.c?h=6.4&id=2d81b78b853565a3e34a8a9190e2362a6fdde739'>2d81b78 ^
f6e41b0 ^
2d81b78 ^
f6e41b0 ^

2d81b78 ^
2d81b78 ^











f6e41b0 ^
2d81b78 ^



















































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
78
79
80
81
82
83
84
85
86
87