app/cmdline_test: fix build without app/test
authorIntel <intel.com>
Fri, 8 Nov 2013 02:00:00 +0000 (03:00 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 24 Nov 2013 20:31:36 +0000 (21:31 +0100)
commit9b0a912f5ccf0a2026025a224cd506d158c0113b
tree016f3c28cebf696aee41eb3991e3c6f33a36d1bd
parenta4a9fa474cf6c9a3b3aa9e0ab91e3edecb4748af
app/cmdline_test: fix build without app/test

This application is built if LIBRTE_CMDLINE is enabled.
But there was no enabled source file if APP_TEST is disabled.
Let's consider that CONFIG_RTE_APP_TEST apply only on app/test.

Signed-off-by: Intel
app/cmdline_test/Makefile