
At the moment it only tests MsiGetFileVersion, because that's the piece I just found a problem in, but I could easily extend it to have convenient command-line test rigs for other parts of this setup too.
1 line
42 B
C
1 line
42 B
C
#define lenof(x) (sizeof(x)/sizeof(*(x)))
|