-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkunit_3.10.xml
More file actions
22 lines (19 loc) · 897 Bytes
/
kunit_3.10.xml
File metadata and controls
22 lines (19 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<remote fetch="https://github.com/k-unit" name="kunit"/>
<remote fetch="https://github.com/ilansmith" name="ilansmith"/>
<default remote="kunit" revision="linux_3.10"/>
<project name="env" path="env" remote="ilansmith" revision="linux_3.10">
<copyfile dest="Makefile" src="build/Makefile"/>
<copyfile dest="mk.build" src="build/mk.build"/>
<copyfile dest="mk.rec" src="build/mk.rec"/>
<copyfile dest=".config" src="build/kunit_defconfig"/>
<copyfile dest="ut/Kbuild" src="build/Kbuild"/>
</project>
<project name="unit_test" path="core" remote="ilansmith" revision="linux_3.10"/>
<project name="emu" path="kernel/emu"/>
<project name="dev_tree" path="ut/dev_tree"/>
<project name="ffu" path="ut/ffu"/>
<project name="mmc_debugfs" path="ut/mmc_debugfs"/>
<project name="slw" path="ut/slw"/>
</manifest>