Update link for test resources in Readme.md
This commit is contained in:
parent
a8586072a3
commit
b46d155267
@ -8,7 +8,7 @@ Summary of tools used :
|
|||||||
- [ANTLR (ANother Tool for Language Recognition)](http://www.antlr.org/) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
|
- [ANTLR (ANother Tool for Language Recognition)](http://www.antlr.org/) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files.
|
||||||
- [TestNG](http://testng.org/doc/index.html) a java unit-testing framework
|
- [TestNG](http://testng.org/doc/index.html) a java unit-testing framework
|
||||||
|
|
||||||
Test cases are available [here](src/master/compiler/src/test/test-resources/examples)
|
Test cases are available [here](compiler/src/test/resources/examples)
|
||||||
|
|
||||||
From [this playlist](https://www.youtube.com/watch?v=2uvKTmfPNzE&list=PLOfFbVTfT2vbJ9qiw_6fWwBAmJAYV4iUm).
|
From [this playlist](https://www.youtube.com/watch?v=2uvKTmfPNzE&list=PLOfFbVTfT2vbJ9qiw_6fWwBAmJAYV4iUm).
|
||||||
|
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
#! /bin/bash
|
|
||||||
|
|
||||||
mvn deploy:deploy-file \
|
|
||||||
-DgroupId=net.jasmin \
|
|
||||||
-DartifactId=jasmin \
|
|
||||||
-Dversion=2.4 \
|
|
||||||
-Durl=file:./lib/ \
|
|
||||||
-DrepositoryId=local-maven-repo \
|
|
||||||
-DupdateReleaseInfo=true \
|
|
||||||
-Dfile=./lib/jasmin.jar
|
|
Loading…
Reference in New Issue
Block a user