Removing autotest dotnet target, since Autotest does not support .Net platform for now
This commit is contained in:
@@ -15,7 +15,4 @@
|
|||||||
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
|
<library name="testing" location="$ISE_LIBRARY\library\testing\testing-safe.ecf"/>
|
||||||
<cluster name="test_suite" location=".\" recursive="true"/>
|
<cluster name="test_suite" location=".\" recursive="true"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="test_suite_dotnet" extends="test_suite">
|
|
||||||
<setting name="msil_generation" value="true"/>
|
|
||||||
</target>
|
|
||||||
</system>
|
</system>
|
||||||
|
|||||||
@@ -16,7 +16,4 @@
|
|||||||
<library name="testing" location="$ISE_LIBRARY\library\testing\testing.ecf"/>
|
<library name="testing" location="$ISE_LIBRARY\library\testing\testing.ecf"/>
|
||||||
<cluster name="test_suite" location=".\" recursive="true"/>
|
<cluster name="test_suite" location=".\" recursive="true"/>
|
||||||
</target>
|
</target>
|
||||||
<target name="test_suite_dotnet" extends="test_suite">
|
|
||||||
<setting name="msil_generation" value="true"/>
|
|
||||||
</target>
|
|
||||||
</system>
|
</system>
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ To compile and run the test program do as follows:
|
|||||||
|
|
||||||
2. In this dircetory, run the command:
|
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
|
||||||
Reference in New Issue
Block a user