installcheck vs regression DLLs

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема installcheck vs regression DLLs
Дата
Msg-id 20070110201435.GB26294@svr2.hagander.net
обсуждение исходный текст
Ответы Re: installcheck vs regression DLLs  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi!

When running "make installcheck", the DLL files for the regression tests
are loaded from the source tree "../../../contrib/" etc. While this
certainly makes a bit sense, it poses a problem for binary
distributions that want to run the regression tests. It also causes a
small problem for the msvc build in that the DLL files are built into a
$(top)/Debug/<dllname>/<dllname>.dll and thus needs to manually be
copied there.

Would it make sense to have a standard way to run the regression tests
against DLL files on the *installed* system? Perhaps even have
installcheck do so? Meaning it would load the DLLs or .so's from $libdir
instead of the source tree?

If not, other suggestions on how to solve it? 

//Magnus


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Neil Conway
Дата:
Сообщение: Re: Added the word TODO in comments
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: [pgsql-patches] [PATCHES] Building libpq/psql with Borland BCC5