• Show log

    Commit

  • Hash : b923f2f9
    Author : Shawn O. Pearce
    Date : 2008-11-03T17:00:54

    Fix Makefile to correctly handle 'make -j4 test'
    
    If we have more than one test build running we cannot use the same
    file for each test case; instead we need to use a per-test path so
    there aren't any collisions.
    
    Signed-off-by: Shawn O. Pearce <spearce@spearce.org>