Skip to content

Commit

Permalink
execute current tests on make check
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Nov 26, 2024
1 parent 2a5e425 commit acc3f18
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ _: ##
check: ## 🧪 Run all tests using the currently built binary ./cjit
$(if $(wildcard ./cjit),,$(error CJIT is not yet built))
./cjit test/hello.c
./cjit test/cflags.c -DALLOWED
./cjit test/cflags.c -DALLOWED=1
CFLAGS="-DALLOWED" ./cjit test/cflags.c
./cjit test/multifile/*

_: ##
clean: ## 🧹 Clean the source from all built objects
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit acc3f18

Please sign in to comment.