tests: add signature checks
[gnulib.git] / tests / test-rmdir.c
index 908b0e6..44f5d72 100644 (file)
@@ -20,6 +20,9 @@
 
 #include <unistd.h>
 
+#include "signature.h"
+SIGNATURE_CHECK (rmdir, int, (char const *));
+
 #include <fcntl.h>
 #include <errno.h>
 #include <stdbool.h>