19/02/2019 15:53, Bruce Richardson: > Move app to "app" directory and enable with meson build. > > CC: Olivier Matz <olivier.m...@6wind.com> > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > --- > MAINTAINERS | 2 +- > app/Makefile | 1 + > {test => app}/cmdline_test/Makefile | 0 > {test => app}/cmdline_test/cmdline_test.c | 0 > {test => app}/cmdline_test/cmdline_test.h | 0 > {test => app}/cmdline_test/cmdline_test.py | 0 > {test => app}/cmdline_test/cmdline_test_data.py | 0 > {test => app}/cmdline_test/commands.c | 0
Sorry, I didn't realize before, other test apps directories are named test-*. Shouldn't we name this one test-cmdline?