tests: return the proper TAP exit code
[lttng-ust.git] / tests / ust-elf / ust-elf.c
index 4036563ae44b9fa6dd8a7f32a8c1b63b41b1e23d..241028195d7624fe1d47cc8844109250c06f91a2 100644 (file)
@@ -17,6 +17,7 @@
  */
 
 #include <limits.h>
+#include <stdint.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -165,5 +166,5 @@ int main(int argc, char **argv)
                AARCH64_BE_CRC);
        test_pic(test_dir);
 
-       return EXIT_SUCCESS;
+       return exit_status();
 }
This page took 0.023522 seconds and 4 git commands to generate.