- make sanei_config testsuite handle out of source builds by using
  SANE_CONFIG_DIR
merge-requests/1/head
Stphane Voltz 2014-07-01 22:39:35 +02:00
rodzic 42e3246117
commit b0133c1ed2
2 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -1,3 +1,7 @@
2014-07-01 Stéphane Voltz <stef.dev@free.fr>
* testsuite/sanei/sanei_config_test.c: fix #314694 by exporting a
specific SANE_CONFIG_DIR env dir for tests
2014-06-29 Stéphane Voltz <stef.dev@free.fr>
* backend/genesys_gl646.c: fix regression in coarse gain calibration

Wyświetl plik

@ -895,6 +895,9 @@ sanei_config_suite (void)
int
main (void)
{
/* set up config dir for local conf files */
putenv("SANE_CONFIG_DIR=.:/");
/* run suites */
sanei_config_suite ();