mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-21 05:46:59 +08:00
19 lines
436 B
Makefile
19 lines
436 B
Makefile
#-------------------------------------------------------------------------
|
|
#
|
|
# Makefile.inc--
|
|
# Makefile for test suites
|
|
#
|
|
# Copyright (c) 1994, Regents of the University of California
|
|
#
|
|
#
|
|
# IDENTIFICATION
|
|
# $Header: /cvsroot/pgsql/src/test/Makefile,v 1.1.1.1 1996/07/09 06:22:20 scrappy Exp $
|
|
#
|
|
#-------------------------------------------------------------------------
|
|
|
|
SUBDIR= bench regress
|
|
|
|
include ../mk/postgres.subdir.mk
|
|
|
|
|