diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-10 21:37:15 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2025-08-10 21:37:15 +0300 |
| commit | 82c77b22605d691884be4c4e1e6bae8d66598d02 (patch) | |
| tree | 040a9e97c12abc14b2ecda6bd16662b6908c083e /scripts/makefile.tests | |
| parent | 489beadf61d05f40dd4ac40e4e5290502f7ad078 (diff) | |
| download | gran-82c77b22605d691884be4c4e1e6bae8d66598d02.tar.gz gran-82c77b22605d691884be4c4e1e6bae8d66598d02.zip | |
make tests actually useful
+ Apparently quite a few components are currently broken, didn't
even remember
Diffstat (limited to 'scripts/makefile.tests')
| -rw-r--r-- | scripts/makefile.tests | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/makefile.tests b/scripts/makefile.tests new file mode 100644 index 0000000..600a819 --- /dev/null +++ b/scripts/makefile.tests @@ -0,0 +1,6 @@ +TESTS := + +include tests/*/source.mk + +.PHONY: check +check: $(TESTS) |
