From 11199b96354a6704ebb8d2725129f0ec3b8784da Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 22 Jul 2019 13:46:35 +0200 Subject: [PATCH] Makefile: hot code reloading can now be tested --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3741094c4..91f59a2a0e 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ test: v echo "Running V tests..." find . -name '*_test.v' -print0 | xargs -0 -n1 ./v echo "Building V examples..." - find examples -name '*.v' -not -path "examples/hot_code_reloading/*" -print0 | xargs -0 -n1 ./v + find examples -name '*.v' -print0 | xargs -0 -n1 ./v clean: -rm -f v.c .v.c v vprod thirdparty/**/*.o