We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6da05a7 commit fcf7d45Copy full SHA for fcf7d45
src/test/regress/GNUmakefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.3 1997/04/05 21:33:24 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/GNUmakefile,v 1.4 1997/04/12 09:34:31 scrappy Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -28,9 +28,8 @@ DLOBJS= regress$(DLSUFFIX)
28
# ... plus test query inputs
29
30
# INFILES is the files the regression test uses for input.
31
-INFILES= $(DLOBJS) \
32
- queries.sql errors.sql destroy.sql security.sql \
33
- expected.out
+INFILES= $(DLOBJS)
+
34
35
# plus exports files
36
0 commit comments