Skip to content

Commit aecbef1

Browse files
author
Reini Urban
committed
ChangeLog + test/Makefile
1 parent 17b11fb commit aecbef1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ v0.2 Thu Sep 11 10:28:32 CDT 2014 rurban
1212
-L, and external compilers. bin/potion-s includes all modules statically.
1313
See INSTALL.md
1414
* Added rudimentary src debugger with -d
15+
* parse extern functions, but args are not yet translated
1516
* Fixed GC stability issues
1617

1718
v0.1 Wed Oct 16 13:08:38 2013 rurban

test/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
test:
2+
cd ..; test/runtests.sh -q

0 commit comments

Comments
 (0)