No description
Find a file
Simon Tatham fe5eb01f9b Add a command-line test program.
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.
2017-05-28 09:54:05 +01:00
.gitignore Add a command-line test program. 2017-05-28 09:54:05 +01:00
api.h Add a command-line test program. 2017-05-28 09:54:05 +01:00
autogen.sh Set up an autotools system. 2017-05-17 19:31:26 +01:00
configure.ac Move the char16 functions into their own file. 2017-05-18 07:16:21 +01:00
dupstr.c Move dupcat out into its own file, and add dupstr. 2017-05-18 07:10:17 +01:00
dupstr.h Move system_argv_* into their own file. 2017-05-18 07:10:17 +01:00
makecab.c Fix a memory-management goof. 2017-05-18 18:48:39 +01:00
makecab.py Fix checksum calculation in CAB data records. 2017-05-16 20:11:53 +01:00
Makefile.am Add a command-line test program. 2017-05-28 09:54:05 +01:00
makemsi.c Rename fake-msi.c to makemsi.c. 2017-05-18 08:27:29 +01:00
md5.c General MD5 cleanups. 2017-05-18 18:49:35 +01:00
memory.c Move snew/sfree out into their own header+src. 2017-05-18 06:46:55 +01:00
memory.h Move snew/sfree out into their own header+src. 2017-05-18 06:46:55 +01:00
misc.h Add a command-line test program. 2017-05-28 09:54:05 +01:00
preload.c Use an LD_PRELOAD library in place of symlink to /home. 2017-05-16 07:03:19 +01:00
readcab.c Move CAB-reading into its own file. 2017-05-18 19:00:07 +01:00
subproc.c Move system_argv_* into their own file. 2017-05-18 07:10:17 +01:00
subproc.h Move system_argv_* into their own file. 2017-05-18 07:10:17 +01:00
test.c Add a command-line test program. 2017-05-28 09:54:05 +01:00
uchars.c Add a command-line test program. 2017-05-28 09:54:05 +01:00
uchars.h Add a command-line test program. 2017-05-28 09:54:05 +01:00
version.c Add a command-line test program. 2017-05-28 09:54:05 +01:00
winterop-stubs.c Rename the last 'fake' file. 2017-05-18 19:01:01 +01:00
wrapper.py Top-level wrapper script to do the environment setup. 2017-05-17 19:29:08 +01:00