Overview
| Comment: | tests: Make BSD make happy again |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
849bdd8662f88f4d86873d87f65563cf |
| User & Date: | js on 2022-08-01 23:44:56 |
| Other Links: | manifest | tags |
Context
|
2022-08-02
| ||
| 00:09 | objfw-embed: Make it work without GNU coreutils (check-in: 2d2b1616f2 user: js tags: trunk) | |
|
2022-08-01
| ||
| 23:44 | tests: Make BSD make happy again (check-in: 849bdd8662 user: js tags: trunk) | |
| 23:39 | OFEmbeddedFileURLHandler: Fix missing include (check-in: ce151e34d0 user: js tags: trunk) | |
Changes
Modified tests/Makefile from [26d119d41a] to [a4fc0d6593].
| ︙ | ︙ | |||
84 85 86 87 88 89 90 | IOS_USER ?= mobile IOS_TMP ?= /tmp/objfw-test include ../buildsys.mk serialization_xml.m: serialization.xml | | | | 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
IOS_USER ?= mobile
IOS_TMP ?= /tmp/objfw-test
include ../buildsys.mk
serialization_xml.m: serialization.xml
${SHELL} ../utils/objfw-embed serialization.xml /serialization.xml $@
testfile_bin.m: testfile.bin
${SHELL} ../utils/objfw-embed testfile.bin /testfile.bin $@
.PHONY: run run-on-ios run-on-android
run:
rm -f libobjfw.so.${OBJFW_LIB_MAJOR}
rm -f libobjfw.so.${OBJFW_LIB_MAJOR_MINOR}
rm -f objfw${OBJFW_LIB_MAJOR}.dll libobjfw.${OBJFW_LIB_MAJOR}.dylib
rm -f libobjfwrt.so.${OBJFWRT_LIB_MAJOR}
|
| ︙ | ︙ |