blob: e35ab095f2f768f7594f1f5392ec74cff360fe22 (
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
|
PACKAGE= tests
ATF_TESTS_SH= diff3_test
${PACKAGE}FILES+= \
1.txt \
1cr.txt \
2.txt \
3.txt \
long-m.txt \
long-o.txt \
long-y.txt \
1.out \
1t.out \
2.out \
3.out \
4.out \
5.out \
6.out \
7.out \
8.out \
9.out \
long-ed.out \
long-A.out \
long-merge.out \
fbsdid1.txt \
fbsdid2.txt \
conflict1.txt \
conflict2.txt \
conflict3.txt \
conflict-merge.out \
simple1.txt \
simple2.txt \
simple3.txt \
simple-merge.out \
simple-Em.out \
conflict-Em.out \
passwd-test.txt \
passwd-old.txt \
passwd-new.txt \
passwd-Em.out
.include <bsd.test.mk>
|