@@ -2,16 +2,18 @@ DISTCLEAN = Info.plist STATIC_LIB = libobjfwtest.a -SRCS = OTAssert.m \ +SRCS = OTAssert.m \ + OTOrderedDictionary.m \ OTTestCase.m INCLUDES := ${SRCS:.m=.h} \ ObjFWTest.h SRCS += OTAppDelegate.m \ - OTAssertionFailedException.m + OTAssertionFailedException.m \ + OTTestSkippedException.m includesubdir = ObjFWTest include ../../buildsys.mk