diff options
Diffstat (limited to 'bootstrap/testsuite.at')
-rw-r--r-- | bootstrap/testsuite.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/testsuite.at b/bootstrap/testsuite.at index d6db49ae6a682..3536ac95b84db 100644 --- a/bootstrap/testsuite.at +++ b/bootstrap/testsuite.at @@ -74,7 +74,7 @@ m4_include(bootstrap/t_test_program_list.at) m4_include(bootstrap/t_test_program_compare.at) m4_include(bootstrap/t_subr_atf_check.at) -m4_if([ENABLE_TOOLS], yes, [ +m4_if(ENABLE_TOOLS, yes, [ m4_include(bootstrap/t_application_opts_args.at) m4_include(bootstrap/t_application_help.at) m4_include(bootstrap/t_atf_config.at) |