added test target to clean, build, and run tester tool
This commit is contained in:
parent
874006a2a5
commit
d64dd9790b
6
Makefile
6
Makefile
@ -64,7 +64,11 @@ $(LIBNAME).hpp: $(HDRS)
|
|||||||
cat $$h >> $(LIBNAME).hpp; \
|
cat $$h >> $(LIBNAME).hpp; \
|
||||||
done
|
done
|
||||||
|
|
||||||
.PHONY: clean install
|
.PHONY: test clean install
|
||||||
|
|
||||||
|
test:
|
||||||
|
make -C tester clean
|
||||||
|
make -C tester && tester/tester
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(OBJS) $(DEPS) $(REALNAME) $(LIBNAME).hpp
|
$(RM) $(OBJS) $(DEPS) $(REALNAME) $(LIBNAME).hpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user