-----Original Message----- > Date: Mon, 18 Dec 2017 11:53:57 +0000 > From: Harry van Haaren <harry.van.haa...@intel.com> > To: dev@dpdk.org > CC: bruce.richard...@intel.com, Harry van Haaren > <harry.van.haa...@intel.com> > Subject: [dpdk-dev] [PATCH 1/2] test: use env variable to run test if set > X-Mailer: git-send-email 2.7.4 > > This commit paves the way for the meson tests in the next > patch. With this patch the test binary checks the DPDK_TEST > environment variable and if set, the contents of the var > are inserted on the test app command line, and run. > > This allows testing of various different unit tests without > manual interaction with the RTE>> test prompt, instead automating > it using the DPDK_TEST environment variable.
Another alternative is to pipe the command. example: echo "eventdev_common_autotest" | sudo ./build/app/test