aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/Makefile b/test/Makefile
index 09e73f9..e3204a7 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -171,21 +171,16 @@ test_srcs := \
skip-cqe.c \
# EOL
-
all_targets :=
include ../Makefile.quiet
-
ifdef CONFIG_HAVE_STATX
test_srcs += statx.c
-endif
-
-ifdef CONFIG_HAVE_GLIBC_STATX
+else ifdef CONFIG_HAVE_GLIBC_STATX
test_srcs += statx.c
endif
all_targets += statx.t
-
ifdef CONFIG_HAVE_CXX
test_srcs += sq-full-cpp.cc
endif