Files
uLib/src/ltk/testing/Object.c
2018-04-17 15:39:10 +02:00

12 lines
167 B
C

#include "testing-prototype.h"
#include "../Object.h"
int main() {
BEGIN_TESTING(Object);
struct _Object *ob = Object_new(ObjectClass);
END_TESTING;
}