diff options
author | Sam James <sam@gentoo.org> | 2021-12-15 00:06:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-15 00:06:51 +0000 |
commit | 7f1ec02c2c45b986bf0e15c513984b4416bada4a (patch) | |
tree | 3377936d3bae4a98fbe2372fde53069b1e185444 /dev-cpp | |
parent | dev-util/goland: bump to 2021.3 (diff) | |
download | gentoo-7f1ec02c2c45b986bf0e15c513984b4416bada4a.tar.gz gentoo-7f1ec02c2c45b986bf0e15c513984b4416bada4a.tar.bz2 gentoo-7f1ec02c2c45b986bf0e15c513984b4416bada4a.zip |
dev-cpp/termcolor: add src_test (still disabled)
Still can't detect failure automatically but noticed that the ::guru
version (before it was removed) defined src_test so.. why not?
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/termcolor/termcolor-2.0.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-cpp/termcolor/termcolor-2.0.0.ebuild b/dev-cpp/termcolor/termcolor-2.0.0.ebuild index 358a66030980..34e39e788868 100644 --- a/dev-cpp/termcolor/termcolor-2.0.0.ebuild +++ b/dev-cpp/termcolor/termcolor-2.0.0.ebuild @@ -23,3 +23,7 @@ src_configure() { cmake_src_configure } + +src_test() { + "${BUILD_DIR}"/test_termcolor || die +} |