alkhimey / Ada_Kernel_Module_Framework

Framework for writing Linux kernel modules in Ada
http://www.nihamkin.com/tag/kernel.html
27 stars 2 forks source link

Port ACATS tests #9

Open alkhimey opened 6 years ago

alkhimey commented 6 years ago

The Ada Conformity Assessment Test Suite (ACATS) is the test suite used for Ada processor conformity testing.

Download the tests and try to port as many as possible into the testing framework. Some additional code needs to be written for Iput/Output handling. Functions like TEST needs to be implemented.

alkhimey commented 6 years ago

Started working on GH-9-port-acats-tests branch.