Sergey Poznyakoff 18 gadi atpakaļ
vecāks
revīzija
bde442ba15
2 mainītis faili ar 5 papildinājumiem un 2 dzēšanām
  1. 2 1
      tests/Makefile.am
  2. 3 1
      tests/testsuite.at

+ 2 - 1
tests/Makefile.am

@@ -1,7 +1,7 @@
 # Makefile for GNU tar regression tests.
 
 # Copyright (C) 1996, 1997, 1999, 2000, 2001, 2003, 2004, 2005, 
-# 2006 Free Software Foundation, Inc.
+# 2006, 2007 Free Software Foundation, Inc.
 
 # François Pinard <[email protected]>, 1988.
 # Sergey Poznyakoff <[email protected]>, 2004.
@@ -59,6 +59,7 @@ TESTSUITE_AT = \
  delete03.at\
  delete04.at\
  delete05.at\
+ exclude.at\
  extrac01.at\
  extrac02.at\
  extrac03.at\

+ 3 - 1
tests/testsuite.at

@@ -1,7 +1,7 @@
 # Process this file with autom4te to create testsuite. -*- Autotest -*-
 
 # Test suite for GNU tar.
-# Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -110,6 +110,8 @@ m4_include([append.at])
 m4_include([append01.at])
 m4_include([append02.at])
 
+m4_include([exclude.at])
+
 m4_include([delete01.at])
 m4_include([delete02.at])
 m4_include([delete03.at])