Artifact 0c326652cc068a4f3bbaa1904fa88b1ebe2017c59b0271e2add54d51952a4009:
- File new_tests/subprocess/Makefile — part of check-in [9c28411f49] at 2024-02-11 21:46:00 on branch objfwtest — Migrate OFSubprocessTests to ObjFWTest (user: js, size: 270) [annotate] [blame] [check-ins using] [more...]
- File tests/subprocess/Makefile — part of check-in [02824cb820] at 2024-01-21 10:10:42 on branch trunk — Add tests for OFSubprocess (user: js, size: 270) [annotate] [blame] [check-ins using]
PROG_NOINST = subprocess${PROG_SUFFIX} SRCS = Subprocess.m include ../../buildsys.mk include ../../extra.mk CPPFLAGS += -I../../src -I../../src/exceptions -I../../src/runtime -I../.. LIBS := -L../../src -lobjfw -L../../src/runtime ${RUNTIME_LIBS} ${LIBS} LD = ${OBJC}