1 include $(LUNAIX_ROOT)/tests/shared/mkobj.mkinc
2 include $(LUNAIX_ROOT)/makeinc/utils.mkinc
4 tests := $(addsuffix .test,$(shell cat tests.txt))
5 run_tests := $(addprefix run.,$(tests))
11 %.test: $(BIN_DEPS) test-%.o
21 run: $(tests) $(run_tests)
24 @rm -f *.o $(tests) $(obj-dut) $(TO_CLEAN)