diff options
| author | EuAndreh <eu@euandre.org> | 2024-10-21 20:26:38 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2024-10-21 20:26:57 -0300 |
| commit | 0dfcbe88cd70e78b20370197b8250d296913067b (patch) | |
| tree | ccbe71e74fe2c0eab4017b795b104cd731742b65 /Makefile | |
| parent | Initial project version (diff) | |
| download | cracha-0dfcbe88cd70e78b20370197b8250d296913067b.tar.gz cracha-0dfcbe88cd70e78b20370197b8250d296913067b.tar.xz | |
Start implementing first queries and its tests
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 = \ |
