diff options
author | Jens Axboe <axboe@kernel.dk> | 2022-04-03 17:18:30 -0600 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-04-03 17:18:30 -0600 |
commit | 318b08a98f1dc3c03fab3795de7fcd0290b36328 (patch) | |
tree | 0ce5b4a8d2b9113cd19159a84cd7e86e093c971f | |
parent | 11e64b528a0d66948500a5821ebdbf010148d296 (diff) | |
download | liburing-318b08a98f1dc3c03fab3795de7fcd0290b36328.tar.gz liburing-318b08a98f1dc3c03fab3795de7fcd0290b36328.tar.bz2 |
test/Makefile: fixup sq-full-cpp target
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |