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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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