https://bugzilla.novell.com/show_bug.cgi?id=322228

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=322228#c5





--- Comment #5 from Gert Driesen <[EMAIL PROTECTED]>  2008-10-08 13:14:38 MDT 
---
I haven't yet had time to look into this yet, but I did commit the original
(standalone) test case I created. See gert/standalone/bug322228.

You can use this makefile for testing it on the 1.0 profile:

all: run

a/testa.exe: testa.cs
        test -d a || mkdir a
        mcs /target:exe /out:a/testa.exe testa.cs

testb.dll: testb.cs
        mcs /target:library testb.cs

run: a/testa.exe testb.dll
        mono a/testa.exe

clean:
        test '!' -d a || rm -Rf a
        test '!' -f testb.dll || rm -f testb.dll


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to