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] b95407e264
    test: check, that parasite can rollback itself (v2)

[2] 2cb4532e26
    tests: remove zdtm.sh (v2)

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
Radostin Stoyanov 2024-05-21 19:13:01 +01:00 committed by Andrei Vagin
parent 30aa8dbe4d
commit b3c3422cd9

View file

@ -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: