Skip to content
  • Paolo Bonzini's avatar
    a3e28f81
    tests: simplify Makefile invocation for tests/tcg · a3e28f81
    Paolo Bonzini authored
    
    
    Remove the DOCKER_SCRIPT and TARGET variable from the Makefile invocation
    for tests/tcg.  For DOCKER_SCRIPT, resolve the path to docker.py in configure;
    for TARGET, move it to config-$(TARGET).mak and use a symbolic link to break
    the cycle.
    
    The symbolic link is still needed because tests/tcg includes dummy config files
    for targets that are not buildable.  Once that is cleaned up, the symbolic link
    will go away too.
    
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
    Message-Id: <20220929114231.583801-20-alex.bennee@linaro.org>
    a3e28f81
    tests: simplify Makefile invocation for tests/tcg
    Paolo Bonzini authored
    
    
    Remove the DOCKER_SCRIPT and TARGET variable from the Makefile invocation
    for tests/tcg.  For DOCKER_SCRIPT, resolve the path to docker.py in configure;
    for TARGET, move it to config-$(TARGET).mak and use a symbolic link to break
    the cycle.
    
    The symbolic link is still needed because tests/tcg includes dummy config files
    for targets that are not buildable.  Once that is cleaned up, the symbolic link
    will go away too.
    
    Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
    Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
    Message-Id: <20220929114231.583801-20-alex.bennee@linaro.org>
Loading