summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2008-08-14 20:22:58 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-08-14 20:22:58 +0000
commit2dd61f6963628d61cffbe56cc75bef0a3dd9ac1c (patch)
treeac702d0df4652d47ba185d7a752992895512f1d6 /tests/Makefile.am
parent240b76445bcff480d8cfa8351bd84744d53bf897 (diff)
downloadgobject-introspection-2dd61f6963628d61cffbe56cc75bef0a3dd9ac1c.tar.gz
Convert two more tests, still not completely done though
svn path=/trunk/; revision=380
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 7ee560b3..d08b6a53 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -26,7 +26,7 @@ GIRTESTS = \
%.gir.test: %.gir
@echo Testing $<:
$(top_builddir)/tools/g-ir-compiler --raw $< > $<.1; \
- $(top_builddir)/tools/g-ir-generate --raw $<.1 > $<.2; \
+ $(top_builddir)/tools/g-ir-generate --raw $<.1 > $<.2; \
diff -u $< $<.2; rm $<.1 $<.2
check-local: $(GIRTESTS)