Gianfrancoalongi / APLUnit

APLUnit - a library to facilitate Unit Testing and Test Driven Development of code written in Dyalog APL, developed together with Morten Kromberg (CTO Dyalog Ltd)
7 stars 5 forks source link

Update test suite to work for other machines #20

Closed arcfide closed 10 years ago

arcfide commented 10 years ago

The current test suite hard codes paths unique to Gianfranco's machine. This patch adapts the code to more robustly handle the test suite so that it works on any machine and for any user, without requiring out of tree paths or directories to exist.

Gianfrancoalongi commented 10 years ago

Good job!