diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-14 14:03:56 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-14 14:03:56 +0200 |
commit | e42ffe560f69c604c96e8b9bd254019cbd957240 (patch) | |
tree | 8bc4f96e5f057b88bffddb3387c781e6fb504034 /glpi-downstream-test.php | |
parent | 8f018e855c41c5647091ccde51d45f23d30240ee (diff) |
test build for pr #4178
Diffstat (limited to 'glpi-downstream-test.php')
-rw-r--r-- | glpi-downstream-test.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/glpi-downstream-test.php b/glpi-downstream-test.php new file mode 100644 index 0000000..f159a57 --- /dev/null +++ b/glpi-downstream-test.php @@ -0,0 +1,14 @@ +<?php +// for Redhat/Fedora RPM buiding test suite + +// Runtime Data +define('GLPI_VAR_DIR', __DIR__ . '/../files'); + +// System libraries +define('GLPI_HTMLAWED', '/usr/share/php/htmLawed/htmLawed.php'); + +// Fonts +define('GLPI_FONT_FREESANS', '/usr/share/fonts/gnu-free/FreeSans.ttf'); + +//Use system cron +define('GLPI_SYSTEM_CRON', true); |