ObjFW  Check-in [e08ce15304]

Overview
Comment:tests: Clean tests.rpx
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | wii-u
Files: files | file ages | folders
SHA3-256: e08ce15304f90165446d9bf387b6e393f066235d12270f94bc334f5919dd1ae2
User & Date: js on 2022-07-17 16:29:24
Other Links: branch diff | manifest | tags
Context
2022-07-17
19:18
objfw-defs.h.in: Add OF_WII_U check-in: db3bb8bff0 user: js tags: wii-u
16:29
tests: Clean tests.rpx check-in: e08ce15304 user: js tags: wii-u
2022-07-15
18:14
tests: Add target to generate tests.rpx check-in: 834ddf94fd user: js tags: wii-u
Changes

Modified tests/Makefile from [4ac7dc4b9c] to [4aacff62b2].

1
2
3
4
5
6
7
8
9
10

11
12
13
14
15
16
17
include ../extra.mk

SUBDIRS = ${TESTPLUGIN}	\
	  ${OBJC_SYNC}	\
	  terminal

CLEAN = EBOOT.PBP		\
	boot.dol		\
	${PROG_NOINST}.arm9	\
	${PROG_NOINST}.nds

DISTCLEAN = Info.plist

PROG_NOINST = tests${PROG_SUFFIX}
STATIC_LIB_NOINST = ${TESTS_STATIC_LIB}
SRCS = ForwardingTests.m		\
       OFArrayTests.m			\
       ${OF_BLOCK_TESTS_M}		\









|
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include ../extra.mk

SUBDIRS = ${TESTPLUGIN}	\
	  ${OBJC_SYNC}	\
	  terminal

CLEAN = EBOOT.PBP		\
	boot.dol		\
	${PROG_NOINST}.arm9	\
	${PROG_NOINST}.nds	\
	${PROG_NOINST}.rpx
DISTCLEAN = Info.plist

PROG_NOINST = tests${PROG_SUFFIX}
STATIC_LIB_NOINST = ${TESTS_STATIC_LIB}
SRCS = ForwardingTests.m		\
       OFArrayTests.m			\
       ${OF_BLOCK_TESTS_M}		\