diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-05 12:48:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-07-05 12:48:33 +0000 |
| commit | 5d4c09bc57db7f4d9d405dc920c549f2524bbf02 (patch) | |
| tree | 8d4b5d664b3eecd2a2d08752486dcfa527a9af88 /dev-R/tinytest/tinytest-1.3.1.ebuild | |
| parent | 252955d97f6158b3da6e4df0ad6fb2c9bebf259b (diff) | |
| download | baldeagleos-repo-5d4c09bc57db7f4d9d405dc920c549f2524bbf02.tar.gz baldeagleos-repo-5d4c09bc57db7f4d9d405dc920c549f2524bbf02.tar.xz baldeagleos-repo-5d4c09bc57db7f4d9d405dc920c549f2524bbf02.zip | |
Adding metadata
Diffstat (limited to 'dev-R/tinytest/tinytest-1.3.1.ebuild')
| -rw-r--r-- | dev-R/tinytest/tinytest-1.3.1.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-R/tinytest/tinytest-1.3.1.ebuild b/dev-R/tinytest/tinytest-1.3.1.ebuild new file mode 100644 index 000000000000..6391f1dae21a --- /dev/null +++ b/dev-R/tinytest/tinytest-1.3.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit R-packages edo + +DESCRIPTION='Lightweight and Feature Complete Unit Testing Framework' +KEYWORDS="~amd64" +LICENSE='GPL-3' + +src_test() { + cd "${WORKDIR}/${P}/tests" || die + R_LIBS="${T}/R" edo Rscript --vanilla tinytest.R +} |
