From 59136a1145169b7235b714ff9244dc706096c18a Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Fri, 11 Nov 2016 17:05:14 -0800 Subject: [PATCH] Add no-op recipe to justfile for testing (#50) Useful for testing using `cargo run -- nop` to make sure that things aren't horribly broken. --- justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justfile b/justfile index f35cd9e..cba2dab 100644 --- a/justfile +++ b/justfile @@ -42,6 +42,8 @@ install-nightly: sloc: @cat src/*.rs | wc -l +nop: + # make a quine, compile it, and verify it quine: create cc tmp/gen0.c -o tmp/gen0