ObjFW  Check-in [70f1d07a37]

Overview
Comment:Fix a typo in the tests Makefile.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 70f1d07a374e29b29dced4e91950f7112a75b1bcb4d8d7731251513883558cb3
User & Date: js on 2009-11-01 19:51:22
Other Links: manifest | tags
Context
2009-11-02
10:11
Enhance Unicode table generator so it produces smaller output. check-in: ef0c1ebc68 user: js tags: trunk
2009-11-01
19:51
Fix a typo in the tests Makefile. check-in: 70f1d07a37 user: js tags: trunk
19:46
Don't call strlen() in -[initWithCString:encoding:length:]. check-in: 16ec7469b8 user: js tags: trunk
Changes

Modified tests/Makefile from [41223d2045] to [a36039c8b2].

15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
       tcpsocket.m	\
       thread.m		\
       xmlelement.m	\
       xmlparser.m

.PHONY: run run-tests
run: all
	if [ x"$$DONT_RUN_TESTS" != x"" ]; then \
		${MAKE} ${MFLAGS} run-tests; \
	fi

run-tests:
	rm -f libobjfw.so.0 libobjfw.so.0.1 libobjfw.dll libobjfw.dylib
	if test -f ../src/libobjfw.so; then \
		ln -s ../src/libobjfw.so libobjfw.so.0; \







|







15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
       tcpsocket.m	\
       thread.m		\
       xmlelement.m	\
       xmlparser.m

.PHONY: run run-tests
run: all
	if [ x"$$DONT_RUN_TESTS" = x"" ]; then \
		${MAKE} ${MFLAGS} run-tests; \
	fi

run-tests:
	rm -f libobjfw.so.0 libobjfw.so.0.1 libobjfw.dll libobjfw.dylib
	if test -f ../src/libobjfw.so; then \
		ln -s ../src/libobjfw.so libobjfw.so.0; \