commit | d480b704759dc6e112264672a4a4457132dd290a | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@codeconstruct.com.au> | Mon Jun 03 14:55:32 2024 +0930 |
committer | Andrew Jeffery <andrew@codeconstruct.com.au> | Thu Jun 06 14:27:15 2024 +0930 |
tree | 10c7b2f71f2b619c74bdc393ea9c2b3c55f8aa2e | |
parent | 9ca767010ae5d9aecc82e6017213a3d5095085db [diff] [blame] |
tests: meson: Push build configuration down to leaf directories I feel this keeps things a bit more self-contained. Change-Id: I68de6e4b0269d64b620b6c339825113e31074b4c Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/tests/oem/ibm/meson.build b/tests/oem/ibm/meson.build new file mode 100644 index 0000000..94c2011 --- /dev/null +++ b/tests/oem/ibm/meson.build
@@ -0,0 +1,4 @@ +tests += [ + 'oem/ibm/libpldm_fileio_test', + 'oem/ibm/libpldm_host_test', +]