summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-21 20:26:38 -0300
committerEuAndreh <eu@euandre.org>2024-10-21 20:26:57 -0300
commit0dfcbe88cd70e78b20370197b8250d296913067b (patch)
treeccbe71e74fe2c0eab4017b795b104cd731742b65 /Makefile
parentInitial project version (diff)
downloadcracha-0dfcbe88cd70e78b20370197b8250d296913067b.tar.gz
cracha-0dfcbe88cd70e78b20370197b8250d296913067b.tar.xz
Start implementing first queries and its tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2ea93b9..9d00d8d 100644
--- a/Makefile
+++ b/Makefile
@@ -91,6 +91,7 @@ $(NAME).bin: src/main.bin
.PRECIOUS: tests/queries.sql
tests/queries.sql: tests/main.bin ALWAYS
+ env TESTING_DUMP_SQL_QUERIES=1 $(EXEC)tests/main.bin | ifnew $@
env TESTING_DUMP_SQL_QUERIES=1 $(EXEC)tests/main.bin | diff -U10 $@ -
tests.bin-check = \