mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
dummy_seclabel: add sql/, expected/, and .gitignores
Michael Paquier
This commit is contained in:
4
src/test/modules/dummy_seclabel/.gitignore
vendored
Normal file
4
src/test/modules/dummy_seclabel/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Generated subdirectories
|
||||||
|
/log/
|
||||||
|
/results/
|
||||||
|
/tmp_check/
|
@ -4,6 +4,7 @@ MODULES = dummy_seclabel
|
|||||||
PGFILEDESC = "dummy_seclabel - regression testing of the SECURITY LABEL statement"
|
PGFILEDESC = "dummy_seclabel - regression testing of the SECURITY LABEL statement"
|
||||||
|
|
||||||
REGRESS = dummy_seclabel
|
REGRESS = dummy_seclabel
|
||||||
|
EXTRA_CLEAN = sql/dummy_seclabel.sql expected/dummy_seclabel.out
|
||||||
|
|
||||||
ifdef USE_PGXS
|
ifdef USE_PGXS
|
||||||
PG_CONFIG = pg_config
|
PG_CONFIG = pg_config
|
||||||
|
1
src/test/modules/dummy_seclabel/expected/.gitignore
vendored
Normal file
1
src/test/modules/dummy_seclabel/expected/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/dummy_seclabel.out
|
1
src/test/modules/dummy_seclabel/sql/.gitignore
vendored
Normal file
1
src/test/modules/dummy_seclabel/sql/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
/dummy_seclabel.sql
|
Reference in New Issue
Block a user