Gopher2600/test
JetSetIlly 71ab13dbf0 fixed CPU functional test package
also removed 6507_functional_test build tag from the package. the
original idea was to exclude the package because it took relatively
longer than other tests but it is now considerably faster. the speed
comes from not recording the execution history, which is only needed if
the functional test fails for some reason. if the test does fail, then
the test is run again with history recording enabled

added ExpectApproximate() function to test package

the test harness can also create a pprof if required
2024-11-23 14:56:37 +00:00
..
demand.go added DemandSuccess() and DemandFailure() to test package 2024-09-04 19:41:16 +01:00
doc.go updated test package 2024-08-25 09:58:40 +01:00
expected.go fixed CPU functional test package 2024-11-23 14:56:37 +00:00
writer.go tidied and simplified test package 2023-07-06 13:49:18 +01:00