Removing autotest dotnet target, since Autotest does not support .Net platform for now

This commit is contained in:
jfiat
2011-11-21 13:54:50 +00:00
parent 24b1be7482
commit 1b446caa27
3 changed files with 2 additions and 8 deletions

View File

@@ -15,7 +15,4 @@
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
<cluster name="test_suite" location=".\" recursive="true"/>
</target>
<target name="test_suite_dotnet" extends="test_suite">
<setting name="msil_generation" value="true"/>
</target>
</system>

View File

@@ -16,7 +16,4 @@
<library name="testing" location="$ISE_LIBRARY\library\testing\testing.ecf"/>
<cluster name="test_suite" location=".\" recursive="true"/>
</target>
<target name="test_suite_dotnet" extends="test_suite">
<setting name="msil_generation" value="true"/>
</target>
</system>

View File

@@ -4,7 +4,7 @@ To compile and run the test program do as follows:
2. In this dircetory, run the command:
$ getest --verbose ejson_test.cfg
$ getest --verbose --ise ejson_test.cfg
Note: on Windows, you should use ejson_test-win.cfg
Note: on Windows, you should use ejson_test-win.cfg