From 229ca88ee6e8d54ff02568c3524b43788b7cde3c Mon Sep 17 00:00:00 2001 From: Eiden Yoshida <47196116+eidenyoshida@users.noreply.github.com> Date: Wed, 28 Jul 2021 11:53:03 -0600 Subject: [PATCH] Add basic rtest.xml (#411) --- rtest.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 rtest.xml diff --git a/rtest.xml b/rtest.xml new file mode 100644 index 0000000000..9702267dda --- /dev/null +++ b/rtest.xml @@ -0,0 +1,11 @@ + + + + UnitTests --gtest_color=yes --gtest_filter= + + {GTEST_FILTER}*sum_float32* --gtest_output=xml:output_psdb.xml + + + {GTEST_FILTER}* --gtest_output=xml:output_osdb.xml + +