Skip to content

Commit

Permalink
Merge pull request mono#154 from mdsol/fix-mono-tarball-tests
Browse files Browse the repository at this point in the history
Fix mono tarball tests
  • Loading branch information
vargaz committed Aug 9, 2011
2 parents 27589a4 + 049efb2 commit 12fedc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mono/tests/Makefile.am
Expand Up @@ -864,6 +864,8 @@ test-generic-sharing-managed: test-runner.exe $(GSHARED_TESTS)
test-generic-sharing:
@if test x$(M) != x; then $(MAKE) test-generic-sharing-managed; else $(MAKE) test-generic-sharing-normal; fi

EXTRA_DIST += delegate2.exe.config

EXTRA_DIST += async-exceptions.cs
async-exceptions.exe : async-exceptions.cs
$(MCS) -out:async-exceptions.exe $(srcdir)/async-exceptions.cs
Expand Down

0 comments on commit 12fedc8

Please sign in to comment.