1 To install libtap on a unix-like system:
7 On Windows, the library can be created by first setting up
8 the correct development environment variables. Usually this
9 is done by running vcvars32.bat included in the visual studio
10 distribution. You should also install gnu make which can be
11 found at http://gnuwin32.sourceforge.net/packages/make.htm.
12 Also, you should have perl to run the tests although this isnt
13 absolutely necessary. Once this is done, you should be able to
19 You can also might want to make use of the visual studio project file
22 It may not be necessary to install it on your system. You can copy tap.c
23 and tap.h into your project and it should have no problem compiling.
31 ok(50 + 5, "foo %s", "bar");