[tests] Added a compilation test (based on example tiny-tests)

This commit is contained in:
hsaturn
2023-02-20 02:28:12 +01:00
parent 775fbc14ee
commit 1653b2e386
3 changed files with 859 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ tests:
echo '==== Making:' $$(dirname $$i); \
$(MAKE) -C $$(dirname $$i) -j; \
done
$(MAKE) -C compile-test
valgrind:
@set -e; \