test: add some cat-heap tests

This commit is contained in:
Jef Roosens 2023-04-04 14:47:18 +02:00
parent c7d2db4e42
commit ec6e217801
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
2 changed files with 58 additions and 0 deletions

View file

@ -98,5 +98,11 @@ clean:
rm -rf $(BUILD_DIR)
.PHONY: bear
bear: clean
bear -- make
bear --append -- make build-test
# Make make aware of the .d files
-include $(DEPS)