Skip to content

Commit

Permalink
fuzzer with reducer
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperAuguste committed Feb 26, 2024
1 parent e3ff6ff commit 48ffd1f
Show file tree
Hide file tree
Showing 8 changed files with 8,645 additions and 280 deletions.
3 changes: 0 additions & 3 deletions build.zig
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
const std = @import("std");

pub fn build(b: *std.Build) void {
const zig_lsp = b.dependency("zig-lsp", .{}).module("zig-lsp");

const target = b.standardTargetOptions(.{});
const optimize = b.standardOptimizeOption(.{});

Expand All @@ -12,7 +10,6 @@ pub fn build(b: *std.Build) void {
.target = target,
.optimize = optimize,
});
exe.root_module.addImport("zig-lsp", zig_lsp);
b.installArtifact(exe);

const run_cmd = b.addRunArtifact(exe);
Expand Down
7 changes: 1 addition & 6 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
.{
.name = "sus",
.version = "0.1.0",
.dependencies = .{
.@"zig-lsp" = .{
.url = "https://github.com/ziglibs/zig-lsp/archive/1c18c0c64b076e79385e525214a7acc4fdf7d398.tar.gz",
.hash = "12208c1385f4c1adca29fd17cc93397a60e54d5987bb27b9f961cb1945a96fc4a7e1",
},
},
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
Expand Down
Loading

0 comments on commit 48ffd1f

Please sign in to comment.