src/server/plugins/postgresql/test/Makefile

branch
webdav
changeset 310
523fe96baeca
parent 287
a171da778817
equal deleted inserted replaced
309:fc021bd576d4 310:523fe96baeca
31 include $(BUILD_ROOT)/config.mk 31 include $(BUILD_ROOT)/config.mk
32 32
33 BUILD_DIR = $(BUILD_ROOT)/build/server/plugins/postgresql 33 BUILD_DIR = $(BUILD_ROOT)/build/server/plugins/postgresql
34 34
35 PGTEST = $(BUILD_ROOT)/build/server/plugins/postgresql/test 35 PGTEST = $(BUILD_ROOT)/build/server/plugins/postgresql/test
36 TESTDB = $(PGTEST)/data/postgresql.conf
37 36
38 37
39 38
40 all: $(TESTDB) 39 all: $(TESTDB)
41 40
42 $(PGTEST): 41 $(PGTEST):
43 mkdir -p $(PGTEST) 42 mkdir -p $(PGTEST)
44
45 $(TESTDB): $(PGTEST)
46 # ignore error, because it is only relevant for testing
47 ./createtestdb.sh; true

mercurial