tests: Time to change the test output to mention 'make-it-quick'

The project is no longer called 'build' (and has not been in a long while)

Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
This commit is contained in:
Christophe de Dinechin 2021-11-26 18:20:33 +01:00
parent 1ca933bf93
commit 8ce736a084
1 changed files with 16 additions and 16 deletions

View File

@ -54,9 +54,9 @@ extern "C" int lib2_bar(void);
int main()
{
#if HAVE_IOSTREAM
std::cout << "You successfully built using build\n";
std::cout << "You successfully built using make-it-quick\n";
#elif HAVE_STDIO_H
printf("You successfully built using build (without iostream)\n");
printf("You successfully built using make-it-quick (without iostream)\n");
#else
#warning "Building without <iostream> or <stdio.h>. Cross-compiling?"
#endif // HAVE_IOSTREAM