minix/tests/usr.sbin/mtree/netbsd6_d_create.out
Lionel Sambuc 11be35a165 Importing NetBSD "Kyua" test framework
To do so, a few dependencies have been imported:

 * external/bsd/lutok
 * external/mit/lua
 * external/public-domain/sqlite
 * external/public-domain/xz

The Kyua framework is the new generation of ATF (Automated Test
Framework), it is composed of:

 * external/bsd/atf
 * external/bsd/kyua-atf-compat
 * external/bsd/kyua-cli
 * external/bsd/kyua-tester
 * tests

Kyua/ATF being written in C++, it depends on libstdc++ which is
provided by GCC. As this is not part of the sources, Kyua is only
compiled when the native GCC utils are installed.

To install Kyua do the following:

 * In a cross-build enviromnent, add the following to the build.sh
   commandline: -V MKBINUTILS=yes -V MKGCCCMDS=yes

WARNING:
  At this point the import is still experimental, and not supported
  on native builds (a.k.a make build).

Change-Id: I26aee23c5bbd2d64adcb7c1beb98fe0d479d7ada
2013-07-23 20:43:41 +02:00

56 lines
1.4 KiB
Plaintext

# user: x
# machine: x
# tree: x
# date: x
# .
/set type=file nlink=1
. type=dir nlink=4
a.symlink.1 type=link link=a.file.1
top.dangling \
type=link link=nonexistent
top.file.1 size=18 \
sha256=74c53aaf0cd9543b7efad969de1058ee38859134ba467500b849811fc3513195
top.symlink.b \
type=link link=b
# ./a
a type=dir nlink=4
a.file.1 size=18 \
sha256=bdbea62f7ccdf862f22254ea871d523845250010d5f233896e800142a859eef2
a.file.2 size=18 \
sha256=77876d113fe1b45a41f8d1d3e178aaad7f91fcd93d3df782690625b74ad90fe6
a.hardlink.b2 \
nlink=2 size=18 \
sha256=784fd6b95fe5054d87bf268de51dea043031c5e985f668d4f51e1c759b0f9333
# ./a/1
1 type=dir nlink=2
a1.file.1 size=21 \
sha256=a062cd272facdd38c4fdeff2a18947b28c99a28a8fe51f88468978740382e592
# ./a/1
..
# ./a/2
2 type=dir nlink=2
# ./a/2
..
# ./a
..
# ./b
b type=dir nlink=2
b.file.1 nlink=2 size=18 \
sha256=5754b0d97a8238ea0e495ab871667dcab8f1d684e323290ae76f70c47de18998
b.file.2 nlink=2 size=18 \
sha256=784fd6b95fe5054d87bf268de51dea043031c5e985f668d4f51e1c759b0f9333
b.hardlink.1 \
nlink=2 size=18 \
sha256=5754b0d97a8238ea0e495ab871667dcab8f1d684e323290ae76f70c47de18998
# ./b
..