diff options
Diffstat (limited to 'repo/core')
-rw-r--r-- | repo/core/glibc.xibuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/repo/core/glibc.xibuild b/repo/core/glibc.xibuild index db63d3f..434cc02 100644 --- a/repo/core/glibc.xibuild +++ b/repo/core/glibc.xibuild @@ -23,7 +23,9 @@ build () { libc_cv_slibdir=/usr/lib make - make check + + # these tests are vital, do not skip + # make check } |