commit | a7535adf9d8e9d2e5f6509e27e4aef062b769f9c | [log] [tgz] |
---|---|---|
author | Zane Shelley <zshelle@us.ibm.com> | Thu Jul 15 22:13:45 2021 -0500 |
committer | Zane Shelley <zshelle@us.ibm.com> | Thu Jul 15 22:13:45 2021 -0500 |
tree | 77a35d807232cf361bb3105c2cbf13a035b84f26 | |
parent | 467bce854789f09380d4429804e8b5875c632653 [diff] [blame] |
Move all simulator test cases to subdirectory Signed-off-by: Zane Shelley <zshelle@us.ibm.com> Change-Id: Id182f1afcff6f3506c36040d7dc590028b2ff5ee
diff --git a/test/simulator/testcases/meson.build b/test/simulator/testcases/meson.build new file mode 100644 index 0000000..076a617 --- /dev/null +++ b/test/simulator/testcases/meson.build
@@ -0,0 +1,6 @@ +# Test cases +test_src = files( + 'sample_test_case.cpp', + 'exp20_foxhound7.cpp', +) +