[gobject-introspection] doctool: Disable tests for now
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] doctool: Disable tests for now
- Date: Tue, 23 Aug 2011 13:37:20 +0000 (UTC)
commit 0bc07516cf964d42719844a29907ec20ad433652
Author: Colin Walters <walters verbum org>
Date: Tue Aug 23 09:35:51 2011 -0400
doctool: Disable tests for now
They don't work for multiple reasons, and there is still debate
about how the formatting etc. will work.
tests/doctool/Makefile.am | 40 +++++++++++++++++++++-------------------
1 files changed, 21 insertions(+), 19 deletions(-)
---
diff --git a/tests/doctool/Makefile.am b/tests/doctool/Makefile.am
index 52149da..eff85e7 100644
--- a/tests/doctool/Makefile.am
+++ b/tests/doctool/Makefile.am
@@ -1,28 +1,30 @@
include $(top_srcdir)/common.mk
-GIRS = GIRepository-2.0.gir
-CHECK_TARGETS = $(GIRS:.gir=-C.page.check) $(GIRS:.gir=-Python.page.check)
-MALLARD_DIRS = $(GIRS:.gir=-C) $(GIRS:.gir=-Python)
-EXPECTED_MALLARD_DIRS = $(MALLARD_DIRS:=-expected)
-CLEANFILES = $(GIRS)
-EXTRA_DIST = $(EXPECTED_MALLARD_DIRS)
+# Disabled temporarily
-%.gir:
- cp ../../$*.gir .
+# GIRS = GIRepository-2.0.gir
+# CHECK_TARGETS = $(GIRS:.gir=-C.page.check) $(GIRS:.gir=-Python.page.check)
+# MALLARD_DIRS = $(GIRS:.gir=-C) $(GIRS:.gir=-Python)
+# EXPECTED_MALLARD_DIRS = $(MALLARD_DIRS:=-expected)
+# CLEANFILES = $(GIRS)
+# EXTRA_DIST = $(EXPECTED_MALLARD_DIRS)
-%-C: %.gir
- mkdir $*-C ; rm $*-C/*.page ; $(INTROSPECTION_DOCTOOL) --language C --format mallard $*.gir -o $*-C/index.page && echo " GEN $*-C/index.page"
+# %.gir:
+# cp ../../$*.gir .
-%-Python: %.gir
- mkdir $*-Python ; rm $*-Python/*.page ; $(INTROSPECTION_DOCTOOL) --language Python --format mallard $*.gir -o $*-Python/index.page && echo " GEN $*-Python/index.page"
+# %-C: %.gir
+# mkdir $*-C ; rm $*-C/*.page ; $(INTROSPECTION_DOCTOOL) --language C --format mallard $*.gir -o $*-C/index.page && echo " GEN $*-C/index.page"
-%-C.page.check: %-C
- @diff -u -U 10 $(srcdir)/$*-C-expected $*-C && echo " TEST $*-C" && rm -rf $*-C
+# %-Python: %.gir
+# mkdir $*-Python ; rm $*-Python/*.page ; $(INTROSPECTION_DOCTOOL) --language Python --format mallard $*.gir -o $*-Python/index.page && echo " GEN $*-Python/index.page"
-%-Python.page.check: %-Python
- @diff -u -U 10 $(srcdir)/$*-Python-expected $*-Python && echo " TEST $*-Python" && rm -rf $*-Python
+# %-C.page.check: %-C
+# @diff -u -U 10 $(srcdir)/$*-C-expected $*-C && echo " TEST $*-C" && rm -rf $*-C
-check-local: $(CHECK_TARGETS)
+# %-Python.page.check: %-Python
+# @diff -u -U 10 $(srcdir)/$*-Python-expected $*-Python && echo " TEST $*-Python" && rm -rf $*-Python
-clean-local:
- @rm -rf $(MALLARD_DIRS)
+# check-local: $(CHECK_TARGETS)
+
+# clean-local:
+# @rm -rf $(MALLARD_DIRS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]