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.
To run all regression tests:
Install TIFF tools
brew install libtiff
Copy Kickstart 1.3 to /tmp
cp /path/to/Kickstart/kick13.rom /tmp
Specifiy the vAmiga executable
export VAMIGA=/path/to/the/vAmiga/executable/under/test
Run tests
make [-j<number of parallel threads>] 2>&1 | tee results.log