cpu-x: add version test
This commit is contained in:
parent
6a23789fda
commit
9cd5d1183c
@ -1,5 +1,6 @@
|
||||
{
|
||||
lib,
|
||||
testers,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
cmake,
|
||||
@ -87,6 +88,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
)
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
tests = {
|
||||
version = testers.testVersion { package = finalAttrs.finalPackage; };
|
||||
};
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Free software that gathers information on CPU, motherboard and more";
|
||||
mainProgram = "cpu-x";
|
||||
|
Loading…
Reference in New Issue
Block a user