author | Sergey Poznyakoff <gray@gnu.org> | 2016-03-19 12:58:27 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org> | 2016-03-19 14:30:41 (GMT) |
commit | d6102982ae0e69a2c75cd2a499ba3909516cc0ae (patch) (side-by-side diff) | |
tree | 054f8a27dc1eb92497d9bb357f2cde7f0d823fac /tests/atlocal.in | |
parent | 60b43ae490f52a783a34c8d77baaa695f7c32f01 (diff) | |
download | pies-d6102982ae0e69a2c75cd2a499ba3909516cc0ae.tar.gz pies-d6102982ae0e69a2c75cd2a499ba3909516cc0ae.tar.bz2 |
Add testsute
-rw-r--r-- | tests/atlocal.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in new file mode 100644 index 0000000..6cb3c43 --- a/dev/null +++ b/tests/atlocal.in @@ -0,0 +1,6 @@ +# @configure_input@ -*- shell-script -*- +# Configurable variable values for GNU Pies test suite. +# Copyright (C) 2016 Sergey Poznyakoff + +PATH=@abs_builddir@:@abs_top_builddir@/src:$srcdir:$PATH +XFAILFILE=$abs_builddir/.badversion |