Skip to content
  • Edward Z. Yang's avatar
    Program-ify everything in test suite. · f8ba8584
    Edward Z. Yang authored
    
    
    Previously, in some cases we would carry around an explicit
    FilePath for an executable that we wanted to invoke subsequently.
    
    In this new scheme, any executable we want to execute gets registered
    to the ProgramDb we are carrying around.  Now we can uniformly
    use runProgramM in all cases.  Great!
    
    Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
    f8ba8584