diff options
Diffstat (limited to 'meson/test cases/unit/80 global-rpath/rpathified.cpp')
-rw-r--r-- | meson/test cases/unit/80 global-rpath/rpathified.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson/test cases/unit/80 global-rpath/rpathified.cpp b/meson/test cases/unit/80 global-rpath/rpathified.cpp new file mode 100644 index 000000000..3788906dc --- /dev/null +++ b/meson/test cases/unit/80 global-rpath/rpathified.cpp @@ -0,0 +1,6 @@ +#include <yonder.h> +#include <string.h> +int main(int argc, char **argv) +{ + return strcmp(yonder(), "AB54 6BR"); +} |