beremiz

tests: fix load_and_build_tests.pytest
wxPython4
2022-08-12, Edouard Tisserant
5a0f7fcf9a8f
tests: fix load_and_build_tests.pytest

Leftover import from previously commented-out tests. Commented out as well.
BEREMIZ_OBJS = $(BEREMIZSRC:.c=.o)
all: warn some_binary
@echo "*** all done ***"
warn:
@echo "*** Sample Makefile, does nothing ***"
some_binary: $(BEREMIZ_OBJS)
@echo "* Would link $^ -> $@"
%.o: %.c
@echo "* Would compile $< -> $@"