git: installer: Add an initial testing tool.

Antonio Huete Jimenez tuxillo at crater.dragonflybsd.org
Thu Nov 20 13:39:00 PST 2014


commit ef3ac1d1ce605ffa55375469a95815c6288558e6
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date:   Thu Nov 20 22:33:33 2014 +0100

    installer: Add an initial testing tool.
    
    - It forks the backend and runs the frontend on the parent
      process so all runs in one go.
    - The idea is to be able to test certain functions from the
      installer without the need to run the whole thing.
    - This is just the initial stuff!

Summary of changes:
 .../installer/{dfuibe_installer => test}/Makefile  |  13 +-
 usr.sbin/installer/test/libinstaller_test.c        | 160 +++++++++++++++++++++
 2 files changed, 166 insertions(+), 7 deletions(-)
 copy usr.sbin/installer/{dfuibe_installer => test}/Makefile (69%)
 create mode 100644 usr.sbin/installer/test/libinstaller_test.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ef3ac1d1ce605ffa55375469a95815c6288558e6


-- 
DragonFly BSD source repository



More information about the Commits mailing list