summaryrefslogtreecommitdiffstats
path: root/lib/blkdev.c
diff options
context:
space:
mode:
authorKarel Zak2017-01-04 11:44:37 +0100
committerKarel Zak2017-01-04 11:44:37 +0100
commite8f7acb0d34ed0eeb4262dcf6c54208979616b06 (patch)
treed827bec93c8fb217b784a69940936fa28094d3c2 /lib/blkdev.c
parentMerge branch 'fixes' of https://github.com/rudimeier/util-linux (diff)
downloadkernel-qcow2-util-linux-e8f7acb0d34ed0eeb4262dcf6c54208979616b06.tar.gz
kernel-qcow2-util-linux-e8f7acb0d34ed0eeb4262dcf6c54208979616b06.tar.xz
kernel-qcow2-util-linux-e8f7acb0d34ed0eeb4262dcf6c54208979616b06.zip
lib: use unique ifdefs for tests
Let's use unique TEST_PROGRAM_<NAME> ifdefs to make build system more robust. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/blkdev.c')
-rw-r--r--lib/blkdev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/blkdev.c b/lib/blkdev.c
index 077d92697..2b62f09d8 100644
--- a/lib/blkdev.c
+++ b/lib/blkdev.c
@@ -406,4 +406,4 @@ main(int argc, char **argv)
return EXIT_SUCCESS;
}
-#endif /* TEST_PROGRAM */
+#endif /* TEST_PROGRAM_BLKDEV */