Re: Tests in PicoLisp

2016-12-14 Thread Christophe Gragnic
On Wed, Dec 14, 2016 at 2:53 PM, Alexander Burger wrote: > Hi Christophe, > >> In lib/test.l I read: >> ««« >> Local usage: >> # ./pil lib/test.l -bye + >> »»» >> >> Shouldn't it be >> ««« >> bin/pil lib/test.l -bye + > > Not really. The bin/pil script is a template to be

Re: Tests in PicoLisp

2016-12-14 Thread Alexander Burger
Hi Christophe, > In lib/test.l I read: > ««« > Local usage: > # ./pil lib/test.l -bye + > »»» > > Shouldn't it be > ««« > bin/pil lib/test.l -bye + Not really. The bin/pil script is a template to be copied or linked to /usr/bin, i.e. a global installation. You see it from the hashbang line

Tests in PicoLisp

2016-12-14 Thread Christophe Gragnic
Hi, In lib/test.l I read: ««« Local usage: # ./pil lib/test.l -bye + »»» Shouldn't it be ««« bin/pil lib/test.l -bye + »»» or «./pil ../lib/test.l -bye +» or anything like that? Also, I humbly suggest (once again) this kind of target in the makefiles: ««« test: $(bin)/pil $(lib)/test.l