From c7b3d3af80fc8548bbe55a22d6a12ed9d208471a Mon Sep 17 00:00:00 2001 From: kevind Date: Tue, 10 Oct 2000 00:38:55 +0000 Subject: [PATCH] * locate/testsuite/Makefile.am (Repository): --- locate/testsuite/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 locate/testsuite/Makefile.am diff --git a/locate/testsuite/Makefile.am b/locate/testsuite/Makefile.am new file mode 100644 index 0000000..4e02ee5 --- /dev/null +++ b/locate/testsuite/Makefile.am @@ -0,0 +1,20 @@ +AUTOMAKE_OPTIONS=dejagnu +LOCATE = ../locate +UPDATEDB = ../updatedb +LOCATEFLAGS = +UPDATEDBFLAGS = +DEJATOOL = locate +#EXTRA_DIST = config/*.exp inputs/*.xi xargs.*/*.exp xargs.*/*.xo +EXTRA_DIST = config/unix.exp \ + locate.gnu/ignore_case1.exp \ + locate.gnu/ignore_case1.xo + locate.gnu/ignore_case2.exp \ + locate.gnu/ignore_case2.xo + locate.gnu/ignore_case3.exp \ + locate.gnu/ignore_case3.xo + +DIST_SUBDIRS = config inputs locate.gnu + +CLEANFILES = *.log *.sum site.exp site.bak + +DIST_SUBDIRS = config -- 2.11.4.GIT