Files
mckernel/test/issues/1201+1257/Makefile
Tomoki Shirasawa d78883c692 fix to missing exclusive processing between terminate() and
finalize_process().

The process of making a child process zombie and the process of setting
the parent of the child process to process ID 1 are excluded.

Refs: #1257
Change-Id: Ic95d4d8ee92d6a4a63847e5eda20ec1ba92566ac
2019-02-08 10:25:20 +09:00

10 lines
88 B
Makefile

TARGET=
all:: $(TARGET)
test:: $(TARGET)
sh ./C1201.sh
clean::
rm -f *.o $(TARGET)