From 318b08a98f1dc3c03fab3795de7fcd0290b36328 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sun, 3 Apr 2022 17:18:30 -0600 Subject: test/Makefile: fixup sq-full-cpp target Signed-off-by: Jens Axboe --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index c4129f6..cb7e15e 100644 --- a/test/Makefile +++ b/test/Makefile @@ -180,7 +180,7 @@ all_targets += statx.t ifdef CONFIG_HAVE_CXX test_srcs += sq-full-cpp.cc endif -all_targets += sq-full-cpp +all_targets += sq-full-cpp.t test_targets := $(patsubst %.c,%,$(test_srcs)) -- cgit v1.2.3