ObjFW  Diff

Differences From Artifact [b269c69e19]:

To Artifact [c3118bd230]:


1
2
3
4
5
6
7


8
9
10
11
12


13
14
15
16
17
18
19
1
2
3
4
5
6

7
8
9
10
11
12

13
14
15
16
17
18
19
20
21






-
+
+




-
+
+







include ../../extra.mk

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

CPPFLAGS += -I. 			\
	    -I..			\