1
0
mirror of https://github.com/ggambetta/libz80.git synced 2025-04-18 18:44:02 +03:00
libz80/fuse_tests
..
2013-08-09 19:47:39 +02:00
2013-08-09 19:47:39 +02:00
2020-07-22 19:02:22 -10:00
2013-08-09 19:47:39 +02:00

This directory contains a test to exercise libz80 using the test suite
from FUSE.

"make" will create and run the test, comparing the expected and actual
output using diff.  A successful run will show no diff output.

The directory fuse_files contains files from FUSE.  If FUSE releases a
newer version of its test suite, copy the updated tests.in and
tests.expected files into fuse_files.

We do not check the order or timing of memory accesses, nor the timing
of i/o accesses.  The overall timing of each instruction sequence is
still checked.