diff options
| author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-09-03 16:38:03 +0100 |
|---|---|---|
| committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-10-31 12:30:11 +0000 |
| commit | e90073f7ddc6f461a935bc360c409b04f1fe9f74 (patch) | |
| tree | efda94d1ecd13143cdad23f14552661165e7601e /build/configure.ac.noversion | |
| parent | 8457972d40088cda165f31fdd7bd9b4c19c6e095 (diff) | |
[test] Build test suite into single binary.
Avoid calling libtool to link every single test case, by building just one
binary from all the sources.
This binary is then given the task of choosing tests to run (based on user
selection and individual test requirement), forking each test into its own
process and accumulating the results.
Diffstat (limited to 'build/configure.ac.noversion')
| -rw-r--r-- | build/configure.ac.noversion | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/configure.ac.noversion b/build/configure.ac.noversion new file mode 100644 index 00000000..1e145482 --- /dev/null +++ b/build/configure.ac.noversion @@ -0,0 +1,12 @@ +dnl +dnl Version stuff +dnl + +dnl Disable autoconf's version macros. We try hard to not rebuild the entire +dnl library just because version changed. The PACKAGE_VERSION* stuff in +dnl config.h is negating all the effort. +AC_DEFINE(PACKAGE_VERSION, [USE_cairo_version_OR_cairo_version_string_INSTEAD]) +AC_DEFINE(PACKAGE_STRING, [USE_cairo_version_OR_cairo_version_string_INSTEAD]) +AC_DEFINE(PACKAGE_NAME, [USE_cairo_INSTEAD]) +AC_DEFINE(PACKAGE_TARNAME, [USE_cairo_INSTEAD]) + |
