ft2-clone: add nixos test

This commit is contained in:
Francesco Gazzetta
2020-09-07 11:21:26 +02:00
parent 78215a8395
commit e158d19618
3 changed files with 41 additions and 0 deletions
@@ -1,6 +1,7 @@
{ stdenv
, fetchFromGitHub
, cmake
, nixosTests
, alsaLib
, SDL2
}:
@@ -19,6 +20,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
buildInputs = [ SDL2 ] ++ stdenv.lib.optional stdenv.isLinux alsaLib;
passthru.tests = {
ft2-clone-starts = nixosTests.ft2-clone;
};
meta = with stdenv.lib; {
description = "A highly accurate clone of the classic Fasttracker II software for MS-DOS";
homepage = "https://16-bits.org/ft2.php";