Skip to content

Commit

Permalink
fixup head
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Jun 14, 2020
1 parent b7a19c9 commit c7cab5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frosty.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ description = "marshal native Nim objects via streams, channels"
license = "MIT"

requires "nim >= 1.0.0 & < 2.0.0"
requires "https://github.com/disruptek/muffins"
#requires "https://github.com/disruptek/muffins"

proc execCmd(cmd: string) =
echo "exec: " & cmd
exec cmd

proc execTest(test: string) =
when true:
execCmd "nim c -d:danger -r " & test & " write"
execCmd "nim c -d:danger -r " & test & " read"
execCmd "nim c -f -r " & test & " write"
execCmd "nim c -r " & test & " read"
execCmd "nim c -d:danger -r " & test & " write 500"
execCmd "nim c -d:danger -r " & test & " read 500"
else:
Expand Down

0 comments on commit c7cab5e

Please sign in to comment.