]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_eal_fs.c
app/test: only build what has been selected in config
[dpdk.git] / app / test / test_eal_fs.c
index 8d4edc1da6d4c90df563d16d5236d1f3b136bf18..cd41b3eef7bdb10704e27dfc346e5e7dcf24e345 100644 (file)
@@ -32,7 +32,6 @@
  */
 
 #include "test.h"
-#ifndef RTE_EXEC_ENV_BAREMETAL
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -209,4 +208,3 @@ static struct test_command eal_fs_cmd = {
        .callback = test_eal_fs,
 };
 REGISTER_TEST_COMMAND(eal_fs_cmd);
-#endif