summaryrefslogtreecommitdiff
path: root/psql/tests/build/root.build
blob: 4c0e7c33db3302d81acfd49bf6ea1833ca12487f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# file      : tests/build/root.build
# license   : PostgreSQL License; see accompanying COPYRIGHT file

# We need to configure C module to obtain the target information (see below).
#
using c.config

# Setup the psql program that we are testing.
#
import psql = psql%exe{psql}
testscript{*}: test = $psql

# Specify the test target for cross-testing.
#
test.target = $c.target