app/test: fix combined options --no-huge and -m
authorMarvin Liu <yong.liu@intel.com>
Wed, 29 Jul 2015 03:54:29 +0000 (11:54 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 3 Aug 2015 21:56:22 +0000 (23:56 +0200)
commit8d085a0ab340b787d4063976cd223b7fd08a13c5
tree184d0fbf63ac686e763f76d6f2d8e1d9dbf62eed
parentbed17d93a66a47e0cd11e9e4ff248204d9f5a8ae
app/test: fix combined options --no-huge and -m

'--no-huge' option now can workable with -m option.
Unit test for eal flag should change pass criterion.

Fixes: a7de7e6beb69 ("eal: allow combining -m and --no-huge")

Signed-off-by: Marvin Liu <yong.liu@intel.com>
app/test/test_eal_flags.c