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: |
cb6fc642c69afd288994775aca01bddf |
| User & Date: | js on 2010-04-17 23:08:32 |
| Other Links: | manifest | tags |
Context
|
2010-04-18
| ||
| 00:00 | Adjust objfw-compile output to look like the output from buildsys. (check-in: 74593c34f1 user: js tags: trunk) | |
|
2010-04-17
| ||
| 23:08 | Fix a typo in the tests Makefile. (check-in: cb6fc642c6 user: js tags: trunk) | |
| 23:04 | Add properties to interfaces. Only used if supported by the compiler. (check-in: f3e7291fad user: js tags: trunk) | |
Changes
Modified tests/Makefile from [4710ac3d3c] to [5b09423e97].
| ︙ | ︙ | |||
13 14 15 16 17 18 19 |
${OFPLUGINTESTS_M} \
OFStreamTests.m \
OFStringTests.m \
OFTCPSocketTests.m \
${OFTHREADTESTS_M} \
OFXMLElementTests.m \
OFXMLParserTests.m \
| | | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
${OFPLUGINTESTS_M} \
OFStreamTests.m \
OFStringTests.m \
OFTCPSocketTests.m \
${OFTHREADTESTS_M} \
OFXMLElementTests.m \
OFXMLParserTests.m \
${PROPERTIESTESTS_M} \
TestsAppDelegate.m
IPHONE_USER = mobile
IPHONE_TMP = /tmp/objfw-test
.PHONY: run run-tests run-on-iphone
run: all
|
| ︙ | ︙ |