From b3c3422cd99840b95f4c488472d6fc8ad3c96bf6 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Tue, 21 May 2024 19:13:01 +0100 Subject: [PATCH] test/make: remove unused target A fault-injection test was introduced in commit [1] and later removed in commit [2]. This patch removes the obsolete Makefile target. [1] b95407e264fcf58f4f73f78abef6dac60436e7dd test: check, that parasite can rollback itself (v2) [2] 2cb4532e266d0c9f8e87839d5b5eb728a3e4d10d tests: remove zdtm.sh (v2) Signed-off-by: Radostin Stoyanov --- test/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/Makefile b/test/Makefile index 5784b6a49..0bfdab680 100644 --- a/test/Makefile +++ b/test/Makefile @@ -45,10 +45,6 @@ zdtm-freezer: ./zdtm.py run --test zdtm/transition/thread-bomb --pre 3 --freezecg zdtm:f .PHONY: zdtm-freezer -fault-injection: - $(MAKE) -C fault-injection -.PHONY: fault-injection - override CFLAGS += -D_GNU_SOURCE clean_root: