test: add some cat-heap tests
This commit is contained in:
parent
c7d2db4e42
commit
ec6e217801
2 changed files with 58 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Reference in a new issue