File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sudo: false
3
3
cache : apt
4
4
5
5
before_script :
6
- - wget http://software-lab.de/picoLisp-3.1.9 .tgz -O /tmp/picolisp.tgz
6
+ - wget http://software-lab.de/picoLisp.tgz -O /tmp/picolisp.tgz
7
7
- cd /tmp; tar -xf /tmp/picolisp.tgz
8
8
- cd /tmp/picoLisp/src64 && make
9
9
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.0 (2015-06-09)
4
+
5
+ * Production release
6
+
3
7
## 0.6.2 (2015-05-15)
4
8
5
9
* Use 'unless' instead of 'when not ='
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ pil +
188
188
189
189
# Testing
190
190
191
- This library has its own set of tests. You can use those as examples as well. To run them type:
191
+ This testing library has its own set of tests (hehe) . You can use those as examples as well. To run them type:
192
192
193
193
./test.l
194
194
Original file line number Diff line number Diff line change 1
1
[de MODULE_INFO
2
2
(" name" " unit" )
3
- (" version" " 0.6.2 " )
3
+ (" version" " 1.0.0 " )
4
4
(" summary" " Unit Testing framework for PicoLisp" )
5
5
(" source" " https://github.com/aw/picolisp-unit.git" )
6
6
(" author" " Alexander Williams" )
You can’t perform that action at this time.
0 commit comments