You've already forked linux-packaging-mono
Imported Upstream version 4.2.0.179
Former-commit-id: 0a113cb3a6feb7873f632839b1307cc6033cd595
This commit is contained in:
committed by
Jo Shields
parent
183bba2c9a
commit
6992685b86
@@ -47,6 +47,7 @@ MDOC_RESOURCES = \
|
||||
Resources/stylesheet.xsl
|
||||
|
||||
MDOC_TEST_FILES = \
|
||||
Test/CLILibraryTypes.dtd \
|
||||
Test/DocTest-v1.cs \
|
||||
Test/DocTest-v2.patch \
|
||||
Test/msxdoc-expected.importslashdoc.xml \
|
||||
@@ -90,6 +91,12 @@ cleanup:
|
||||
-rm -Rf Test/en.actual Test/html.actual
|
||||
-rm -f monodocer1.exe*
|
||||
|
||||
Test/DocTest-addNonGeneric.dll:
|
||||
$(CSCOMPILE) $(TEST_CSCFLAGS) -debug -unsafe -target:library -out:$@ Test/DocTest-addNonGeneric.cs
|
||||
|
||||
Test/DocTest-addNonGeneric-v2.dll:
|
||||
$(CSCOMPILE) $(TEST_CSCFLAGS) -debug -unsafe -target:library -out:$@ Test/DocTest-addNonGeneric.cs /define:V2
|
||||
|
||||
Test/DocTest-DropNS-classic-secondary.dll:
|
||||
@echo $(value @)
|
||||
$(CSCOMPILE) $(TEST_CSCFLAGS) -debug -unsafe -target:library -out:$@ Test/DocTest-DropNS-classic-secondary.cs
|
||||
@@ -120,6 +127,19 @@ Test/DocTest.dll-v2:
|
||||
-rm -f Test/DocTest.dll
|
||||
$(MAKE) TEST_CSCFLAGS=$(TEST_CSCFLAGS) Test/DocTest.dll
|
||||
|
||||
check-monodocer-addNonGeneric: $(PROGRAM)
|
||||
-rm -Rf Test/en.actual
|
||||
# first, make a docset with the generic method
|
||||
$(MAKE) Test/DocTest-addNonGeneric.dll
|
||||
$(MONO) $(PROGRAM) update --exceptions=all -o Test/en.actual Test/DocTest-addNonGeneric.dll
|
||||
|
||||
# now add a non-generic version of the method and update several times
|
||||
$(MAKE) Test/DocTest-addNonGeneric-v2.dll
|
||||
$(MONO) $(PROGRAM) update --exceptions=all -o Test/en.actual Test/DocTest-addNonGeneric-v2.dll
|
||||
$(MONO) $(PROGRAM) update --exceptions=all -o Test/en.actual Test/DocTest-addNonGeneric-v2.dll
|
||||
$(MONO) $(PROGRAM) update --exceptions=all -o Test/en.actual Test/DocTest-addNonGeneric-v2.dll
|
||||
diff --exclude=.svn -rup Test/en.expected-addNonGeneric Test/en.actual
|
||||
|
||||
check-monodocer-dropns-classic: $(PROGRAM)
|
||||
# tests the simplest --dropns case, a single class where the root namespace was dropped.
|
||||
-rm -Rf Test/en.actual
|
||||
@@ -320,4 +340,6 @@ check-doc-tools-update: check-monodocer-since-update \
|
||||
check-mdoc-export-msxdoc-update \
|
||||
check-mdoc-validate-update
|
||||
|
||||
check: check-doc-tools \
|
||||
check-doc-tools-update
|
||||
|
||||
|
||||
Reference in New Issue
Block a user