[rtems-central commit] config.yml: Enable unit tests

Sebastian Huber sebh at rtems.org
Wed Oct 6 07:28:17 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    4284b1942de3c56af790a449b3464fb88580a20c
Changeset: http://git.rtems.org/rtems-central/commit/?id=4284b1942de3c56af790a449b3464fb88580a20c

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Oct  6 09:30:40 2021 +0200

config.yml: Enable unit tests

---

 config.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config.yml b/config.yml
index a3314af..9c5719d 100644
--- a/config.yml
+++ b/config.yml
@@ -8,6 +8,7 @@ build:
     RTEMS_QUAL_ONLY = True
     BUILD_TESTS = False
     BUILD_MEMBENCH = True
+    BUILD_UNITTESTS = True
     BUILD_VALIDATIONTESTS = True
     BSP_PRINT_EXCEPTION_CONTEXT = False
   doxyfile-template: templates/Doxyfile
@@ -52,6 +53,7 @@ build:
   - /build/cpukit/librtemscpu
   - /build/cpukit/librtemstest
   - /build/testsuites/membench/grp
+  - /build/testsuites/unit/grp
   - /build/testsuites/validation/grp
   workspace-directory: workspace/rtems
 spec:



More information about the vc mailing list