summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
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 /tests/Makefile.am
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 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 77484681..d77e4939 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = . scanner everything repository invoke
+SUBDIRS = . scanner everything repository invoke offsets
EXTRA_DIST = \
array.gir \