add extended-tests mockup

pull/16/head
Sebastien Bourdeauducq 2019-02-17 20:26:46 +08:00
parent b72ca29c5b
commit c2496b4dcb
2 changed files with 3 additions and 0 deletions

2
extended-tests.py Normal file
View File

@ -0,0 +1,2 @@
print("hello world")

View File

@ -27,4 +27,5 @@ in
src = generatedNix;
constituents = builtins.attrValues jobs;
};
extended-tests = pkgs.runCommand "extended-tests" {} "cp ${./extended-tests.py} $out;";
}