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:
parent
1ca933bf93
commit
8ce736a084
|
@ -54,9 +54,9 @@ extern "C" int lib2_bar(void);
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
#if HAVE_IOSTREAM
|
#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
|
#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
|
#else
|
||||||
#warning "Building without <iostream> or <stdio.h>. Cross-compiling?"
|
#warning "Building without <iostream> or <stdio.h>. Cross-compiling?"
|
||||||
#endif // HAVE_IOSTREAM
|
#endif // HAVE_IOSTREAM
|
||||||
|
|
Loading…
Reference in New Issue