tests/difftastic: add
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
111329b475
commit
4166d4e163
6 changed files with 128 additions and 0 deletions
7
tests/modules/programs/difftastic/default.nix
Normal file
7
tests/modules/programs/difftastic/default.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
difftastic-basic = ./difftastic-basic.nix;
|
||||
difftastic-with-git-integration = ./difftastic-with-git-integration.nix;
|
||||
difftastic-with-git-external-diff = ./difftastic-with-git-external-diff.nix;
|
||||
difftastic-with-git-difftool = ./difftastic-with-git-difftool.nix;
|
||||
difftastic-migration = ./difftastic-migration.nix;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue