From 2967d8f1b6636b46ec648e9efba2f79573c20da8 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 3 Feb 2024 23:39:15 +0100 Subject: test(creole): move creole tests to static data This removes *a ton* of code for dealing with reading files and what not. Now instead we just store the test cases as a huge array in the code. I have no idea why I didn't just do this from the start?? --- flake.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 75ab105..24c60a1 100644 --- a/flake.nix +++ b/flake.nix @@ -38,14 +38,7 @@ installPhase = '' mkdir -p $out/bin make build/creole-test - mv build/creole-test $out/bin/.creole-test-wrapped - - cat >$out/bin/creole-test <