From 91b1662302c14cf84ca8b90c1f3ec20a585f67a5 Mon Sep 17 00:00:00 2001 From: dozens Date: Fri, 7 Jun 2024 17:27:11 -0600 Subject: add ui tests --- justfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index 6fbee75..e5fa402 100644 --- a/justfile +++ b/justfile @@ -5,3 +5,7 @@ default: # run tests test: for f in lib/*.test.fnl; do fennel $f | faucet; done + +# build expect scripts +expects: + for f in test/*.dat; do awk -f test/test.awk $f > ${f/dat/expect}; done -- cgit 1.4.1-2-gfad0