From 9f96db71252fc66b72c433e2ca0d49e031c6a5fd Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Thu, 5 Jan 2017 09:37:00 -0800 Subject: Added experimental support for building with Meson+Ninja --- test/wrong_command.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 test/wrong_command.c (limited to 'test/wrong_command.c') diff --git a/test/wrong_command.c b/test/wrong_command.c new file mode 100644 index 0000000..ef835b3 --- /dev/null +++ b/test/wrong_command.c @@ -0,0 +1,10 @@ +#include + +int main(void) { + fprintf(stderr, "\x1B[31m\e[1m" + "This is not the command you are looking for.\n" + "You probably want to run 'ninja tests' instead " + "(note the 's' at the end).\n" + "\e[0m"); + return 1; +} -- cgit v1.2.3