Re: [Amforth] recipe on writing test cases

2014-05-24 Thread Matthias Trute
Hi Erich, > since I just found out, how easy it is, to write test cases > and run them, I thought I'd share a few lines on this. Inspired by this, I wrote a small test case for the extended VM register A. Its available on the repository under trunk/tests. > Matthias: feel free to add this to the

Re: [Amforth] recipe on writing test cases

2014-04-26 Thread Enoch
Hi Erich, Erich Waelde writes: > Hello, > > since I just found out, how easy it is, to write test cases > and run them, I thought I'd share a few lines on this. > Matthias: feel free to add this to the cookbook. > > > So you want to write test cases for you new function? Load > lib/ans94/core/

[Amforth] recipe on writing test cases

2014-04-19 Thread Erich Waelde
Hello, since I just found out, how easy it is, to write test cases and run them, I thought I'd share a few lines on this. Matthias: feel free to add this to the cookbook. So you want to write test cases for you new function? Load lib/ans94/core/postpone.frt lib/ans94/core-ext/marker.frt they