Add gammaray test

This commit is contained in:
Florian RICHER 2024-06-27 21:22:07 +02:00
parent cef2787c95
commit d783d9302e
3 changed files with 19 additions and 1 deletions

View file

@ -22,6 +22,11 @@
pkgs.ninja
pkgs.cmake
pkgs.gcc
# Not required at compile time
pkgs.gammaray
pkgs.gdb # Required for gammaray
pkgs.lldb # Required for gammaray
];
dontFixCmake = true;