summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2008-11-11 05:10:56 +0000
committerOwen Taylor <otaylor@src.gnome.org>2008-11-11 05:10:56 +0000
commit98d1d8b9e0fcbfe798eff20ccce44df5af18854b (patch)
treee37ff6f833b84357303599b2452de7bbf6bee000 /configure.ac
parent0dccc4596aad89333f7d23b2f95a19067df79724 (diff)
downloadgobject-introspection-98d1d8b9e0fcbfe798eff20ccce44df5af18854b.tar.gz
Add tests for field offset computations
tests/offsets/offsets.h: Header file with structure definitions to test tests/offsets/gen-gitestoffsets: Generate a C program that computes field offsets for the structures in offsets.h two ways: using the information from a generated typelib, and as computed by the compiler. We diff these two versions to test that everything is OK. svn path=/trunk/; revision=878
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index da2160d8..40a6c2d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -194,6 +194,7 @@ m4/Makefile
tools/Makefile
tests/Makefile
tests/invoke/Makefile
+tests/offsets/Makefile
tests/scanner/Makefile
tests/repository/Makefile
tests/everything/Makefile