tobijk / caius

A functional testing framework in object-oriented Tcl
MIT License
26 stars 5 forks source link

Windows port #2

Closed apnadkarni closed 9 years ago

apnadkarni commented 9 years ago

I've made a few changes to support installing on Windows.

In addition, ran into couple of bugs:

set os_path_sep ':'

should be

set os_path_sep ":"

/Ashok