David Stes - 2024-09-08

Based on SUnit (Smalltalk Unit) the testing framework of Smalltalk, there is a simple objut.m (Object Unit Test) program in objc-3.3.46 (objc-3.3.46 is the latest release now as of 2024).

The command to run the tests is : "make check"

In the future additional tests wil be added to objut.m