diff options
author | Jim Meyering <meyering@redhat.com> | 2009-07-04 18:55:48 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-07-04 18:55:48 +0200 |
commit | 1d7d084d363467800ae185e790f9c490ab5fb7e9 (patch) | |
tree | 11e99499966bb9ddd41689c96f38423d244d3ea9 /testsuite/check.mk | |
parent | 870a7949e3f3eb964d0a600b78108b7f7af74825 (diff) | |
download | idutils-1d7d084d363467800ae185e790f9c490ab5fb7e9.tar.gz idutils-1d7d084d363467800ae185e790f9c490ab5fb7e9.tar.bz2 idutils-1d7d084d363467800ae185e790f9c490ab5fb7e9.zip |
tests: remove now-unnecessary build-aux/check.mk
* build-aux/check.mk: Remove file.
* testsuite/check.mk: Don't include build-aux/check.mk.
Diffstat (limited to 'testsuite/check.mk')
-rw-r--r-- | testsuite/check.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/check.mk b/testsuite/check.mk index be9b466..baa68b3 100644 --- a/testsuite/check.mk +++ b/testsuite/check.mk @@ -1,5 +1,5 @@ # Include this file at the end of each tests/*/Makefile.am. -# Copyright (C) 2007, 2008 Free Software Foundation, Inc. +# Copyright (C) 2007-2009 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 @@ -70,6 +70,5 @@ TEST_LOGS = $(TESTS:=.log) # Parallel replacement of Automake's check-TESTS target. SUFFIXES = -include $(top_srcdir)/build-aux/check.mk VERBOSE = yes |