summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-08-23 09:35:51 -0400
committerColin Walters <walters@verbum.org>2011-08-23 09:35:51 -0400
commit0bc07516cf964d42719844a29907ec20ad433652 (patch)
treef86c1c2f70d481ca6896931785422d3154c3a7b3
parente10c3e3f1a9e8fd5bb966f1782aa9afa53c6728e (diff)
downloadgobject-introspection-0bc07516cf964d42719844a29907ec20ad433652.tar.gz
doctool: Disable tests for now
They don't work for multiple reasons, and there is still debate about how the formatting etc. will work.
-rw-r--r--tests/doctool/Makefile.am40
1 files changed, 21 insertions, 19 deletions
diff --git a/tests/doctool/Makefile.am b/tests/doctool/Makefile.am
index 52149daf..eff85e7e 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)