Espeer5 / Trinary

A ternary ALU simulation
https://espeer5.github.io/Trinary/
MIT License
2 stars 0 forks source link

Expand ALU Testing #3

Closed Espeer5 closed 1 year ago

Espeer5 commented 1 year ago

Currently, there is a framework set up to test the CPU and its different components on Push using actions, but the actual tests themselves are lacking. We are in need of test sets which use all of the different CPU ops, starting with the ALU since it is currently implemented. This will include:

These should be added to the actions framework in a unit testing format so that they are run whenever code is pushed to the repository.

Espeer5 commented 1 year ago

Enhanced testing should be put into the testing framework input by PR #2

Espeer5 commented 1 year ago

We need to be able to convert from decimal to balanced ternary before putting this in place to read in the test files I've automatically generated RE: #1

Additionally once this is complete we should add a testing widget to the README re: #15