about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_sub.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-22 23:59:52 +0100
committerJames Booth <boothj5@gmail.com>2016-05-22 23:59:52 +0100
commitfb34785566c59e055399d2c5eb8378ea44c8c983 (patch)
tree9f74fbdf31d50b5b28671b679f0ec5c9e8b0be41 /tests/unittests/test_cmd_sub.c
parentcd15a271533df18d0ae54bf7a40f80b08e13b7af (diff)
downloadprofani-tty-fb34785566c59e055399d2c5eb8378ea44c8c983.tar.gz
Rename command sources
Diffstat (limited to 'tests/unittests/test_cmd_sub.c')
-rw-r--r--tests/unittests/test_cmd_sub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/test_cmd_sub.c b/tests/unittests/test_cmd_sub.c
index a89e82bf..4afe8752 100644
--- a/tests/unittests/test_cmd_sub.c
+++ b/tests/unittests/test_cmd_sub.c
@@ -11,7 +11,7 @@
 #include "ui/ui.h"
 #include "ui/stub_ui.h"
 
-#include "command/commands.h"
+#include "command/cmd_funcs.h"
 
 #define CMD_SUB "/sub"
 
67b6d317723437b00c'>^
b3cdcdd4 ^
a9817844 ^
a9817844 ^
6e1eeeeb ^
a9817844 ^
b96af395 ^






6e1eeeeb ^
3fe43bca ^
6e1eeeeb ^
3fe43bca ^

6e1eeeeb ^
3fe43bca ^

6e1eeeeb ^

3fe43bca ^







6e1eeeeb ^










aeac1e06 ^
6e1eeeeb ^
aeac1e06 ^
6e1eeeeb ^


a56d969e ^
f88f77cd ^
6e1eeeeb ^
b2c8b732 ^

14a06183 ^

b2c8b732 ^
4c131b38 ^
85eb8167 ^
f88f77cd ^
2844327a ^



a5fa9785 ^
8e607b12 ^
eafdbfc1 ^
2844327a ^

2844327a ^
85eb8167 ^
2844327a ^
a5fa9785 ^
8e607b12 ^
4c131b38 ^
2844327a ^
8e607b12 ^
2844327a ^






6e1eeeeb ^
6e1eeeeb ^




890df1de ^



7fbf3b3e ^
04dcb8f3 ^
7fbf3b3e ^
ddcc5dfe ^


7fbf3b3e ^
890df1de ^
7fbf3b3e ^
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124