diff options
author | Colin Walters <walters@verbum.org> | 2013-05-09 18:38:08 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-05-09 19:09:49 +0200 |
commit | a8da29b8dbc6241584780e9017ff30cbe50e26d9 (patch) | |
tree | e5a13da763eb87cb39690cb12e50301b60b83fa0 /configure.ac | |
parent | 2c1d7cf0741dd64a4536b84d0d6217d389dee873 (diff) | |
download | gtk+-a8da29b8dbc6241584780e9017ff30cbe50e26d9.tar.gz |
Add --enable-installed-tests, use it for reftests
See https://live.gnome.org/GnomeGoals/InstalledTests
https://bugzilla.gnome.org/show_bug.cgi?id=699601
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 00e8cf0602..af81c8366f 100644 --- a/configure.ac +++ b/configure.ac @@ -255,6 +255,11 @@ AC_ARG_ENABLE(rebuilds, [AS_HELP_STRING([--disable-rebuilds], [disable all source autogeneration rules])],, [enable_rebuilds=yes]) +AC_ARG_ENABLE(installed_tests, + AS_HELP_STRING([--enable-installed-tests], + [Install test programs (default: no)]),, + [enable_installed_tests=no]) +AM_CONDITIONAL(BUILDOPT_INSTALL_TESTS, test x$enable_installed_tests = xyes) AC_ARG_ENABLE(gtk2-dependency, [AS_HELP_STRING([--enable-gtk2-dependency], |