head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2012.09.04.23.16.58;	author marcel;	state Exp;
branches;
next	;


desc
@@


1.1
log
@SVN rev 240120 on 2012-09-04 23:16:58Z by marcel

Merge ATF 0.16 from vendor/atf/dist.

Provenance: http://code.google.com/p/kyua
Discussed with: gibbs, gnn, keramida, mdf, mlaier,
Discussed with: Garrett Cooper
@
text
@syntax("kyuafile", 1)

test_suite("atf")

include("atf-c/Kyuafile")
include("atf-c++/Kyuafile")
include("atf-sh/Kyuafile")
include("test-programs/Kyuafile")

if fs.exists("atf-config/Kyuafile") then
   include("atf-config/Kyuafile")
end
if fs.exists("atf-report/Kyuafile") then
   include("atf-report/Kyuafile")
end
if fs.exists("atf-run/Kyuafile") then
   include("atf-run/Kyuafile")
end
@
