dirkwhoffmann / vAmigaTS

The vAmiga Test Suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vAmiga Test Suite

Overview

This repository contains various Amiga example programs that have been developed for testing the vAmiga emulator. Each test consists of a disk image in ADF format and reference images taken on real Amigas.

Many tests are modifications of the Amiga example programs written by Alpine9000.

Regression testing

To run all regression tests:

  1. Install TIFF tools

    brew install libtiff

  2. Copy Kickstart 1.3 to /tmp

    cp /path/to/Kickstart/kick13.rom /tmp

  3. Specifiy the vAmiga executable

    export VAMIGA=/path/to/the/vAmiga/executable/under/test

  4. Run tests

    make [-j<number of parallel threads>] 2>&1 | tee results.log

Where to go from here?

About

The vAmiga Test Suite


Languages

Language:Assembly 99.7%Language:Makefile 0.2%Language:C 0.1%Language:Shell 0.0%