Skip to content

Instantly share code, notes, and snippets.

@mandel-macaque
Created December 1, 2017 12:17
Show Gist options
  • Save mandel-macaque/548733a5d9aaa88e386a9d0fa1767e8a to your computer and use it in GitHub Desktop.
Save mandel-macaque/548733a5d9aaa88e386a9d0fa1767e8a to your computer and use it in GitHub Desktop.
test-install-sources:
$(SYSTEM_XBUILD) $(TOP)/tools/install-source/InstallSourcesTests/InstallSourcesTests.csproj
cd $(NUNIT_MSBUILD_DIR) && $(SYSTEM_MONO) ../nunit-console.exe ../../../../tools/install-source/InstallSourcesTests/bin/Release/InstallSourcesTests.dll -xml=TestResults_InstallSourcesTests.xml -labels $(TEST_FIXTURE) || touch .failed-stamp
@[[ -z "$$BUILD_REPOSITORY" ]] || ( xsltproc $(TOP)/tests/HtmlTransform.xslt $(NUNIT_MSBUILD_DIR)/TestResults_InstallSourcesTests.xml > $(TOP)/tests/index.html && echo "@MonkeyWrench: AddFile: $$PWD/index.html" )
@if test -e $(NUNIT_MSBUILD_DIR)/.failed-stamp; then rm $(NUNIT_MSBUILD_DIR)/.failed-stamp; exit 1; fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment