minix/tests/ipf/regress/Makefile
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

198 lines
1.6 KiB
Makefile

# $NetBSD: Makefile,v 1.6 2012/07/22 16:22:41 darrenr Exp $
TESTSDIR= ${TESTSBASE}/ipf
ATFFILE= no
FILESDIR= ${TESTSDIR}/regress
FILES=\
bpf-f1 \
bpf1 \
f1 \
f10 \
f11 \
f12 \
f13 \
f14 \
f15 \
f16 \
f17 \
f18 \
f19 \
f2 \
f20 \
f21 \
f22 \
f24 \
f25 \
f26 \
f27 \
f28.ipf \
f28.pool \
f29.ipf \
f29.pool \
f3 \
f30 \
f4 \
f5 \
f6 \
f7 \
f8 \
f9 \
i1 \
i10 \
i11 \
i12 \
i13 \
i14 \
i15 \
i16 \
i17 \
i18 \
i19 \
i2 \
i20 \
i21 \
i22 \
i23 \
i3 \
i4 \
i5 \
i6 \
i7 \
i8 \
i9 \
in1 \
in100 \
in101 \
in102 \
in2 \
in3 \
in4 \
in5 \
in6 \
in7 \
ip1 \
ip2 \
ip3 \
ipv6.1 \
ipv6.2 \
ipv6.3 \
ipv6.4 \
ipv6.5 \
ipv6.6 \
l1 \
n1 \
n10 \
n100 \
n101 \
n102 \
n103 \
n104 \
n105 \
n106 \
n10_6 \
n11 \
n11_6 \
n12 \
n12_6 \
n13 \
n13_6 \
n14 \
n14_6 \
n15 \
n15_6 \
n16 \
n16_6 \
n17 \
n17_6 \
n18 \
n1_6 \
n2 \
n200 \
n2_6 \
n3 \
n4 \
n4_6 \
n5 \
n5_6 \
n6 \
n6_6 \
n7 \
n7_6 \
n8 \
n8_6 \
n9 \
n9_6 \
ni1.ipf \
ni1.nat \
ni10.ipf \
ni10.nat \
ni11.ipf \
ni11.nat \
ni12.ipf \
ni12.nat \
ni13.ipf \
ni13.nat \
ni14.ipf \
ni14.nat \
ni15.ipf \
ni15.nat \
ni16.ipf \
ni16.nat \
ni17.ipf \
ni17.nat \
ni18.ipf \
ni18.nat \
ni19.ipf \
ni19.nat \
ni2.ipf \
ni2.nat \
ni20.ipf \
ni20.nat \
ni21.ipf \
ni21.nat \
ni23.ipf \
ni23.nat \
ni3.ipf \
ni3.nat \
ni4.ipf \
ni4.nat \
ni5.ipf \
ni5.nat \
ni6.ipf \
ni6.nat \
ni7.ipf \
ni7.nat \
ni8.ipf \
ni8.nat \
ni9.ipf \
ni9.nat \
p1.ipf \
p1.pool \
p10.nat \
p10.pool \
p11.nat \
p11.pool \
p12.nat \
p12.pool \
p13.ipf \
p13.pool \
p2.ipf \
p3.ipf \
p3.pool \
p4.nat \
p4.pool \
p5.ipf \
p5.pool \
p6.ipf \
p6.pool \
p6.whois \
p7.nat \
p7.pool \
p9.nat \
p9.pool
.include <bsd.test.mk>
.include <bsd.files.mk>
.include <bsd.prog.mk>