app/test: fix build with icc
authorMichael Qiu <michael.qiu@intel.com>
Thu, 26 Nov 2015 07:21:32 +0000 (15:21 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 26 Nov 2015 21:28:46 +0000 (22:28 +0100)
commit8c4c9915fcd6d6feb463ee29da4416df4d87188c
tree902ec04e311415235a0d9eeaffc8e638c9921ebd
parent84fb2e67adc6cf27f9eb4b3222c98ea3b2885859
app/test: fix build with icc

app/test/test_cryptodev_perf.c(1837): error #192: unrecognized
character escape sequence
printf("\n%u\t%u\t\%u\t\t%u\t\t%u", dev_num, 0,

"\%u" is the root cause of this issue, just fix it.

Fixes: 202d375c60bc ("app/test: add cryptodev unit and performance tests")

Signed-off-by: Michael Qiu <michael.qiu@intel.com>
app/test/test_cryptodev_perf.c