mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Reformated unit test compilation success message.
This commit is contained in:
parent
fbd9d3237f
commit
6a03acfb42
4
Makefile
4
Makefile
@ -282,7 +282,9 @@ premade:
|
|||||||
################################################################################
|
################################################################################
|
||||||
# This target runs Trick's Unit-tests and simulation-tests.
|
# This target runs Trick's Unit-tests and simulation-tests.
|
||||||
test: unit_test sim_test
|
test: unit_test sim_test
|
||||||
@ echo -e "\e[33mAll unit tests completed sucessfully.\e[0m"
|
@ echo -e "\n\e[32m#####################################"
|
||||||
|
@ echo -e "\e[32mAll unit tests completed sucessfully.\e[0m"
|
||||||
|
@ echo -e "\e[32m#####################################\n"
|
||||||
|
|
||||||
.PHONY: $(UNIT_TEST_DIRS)
|
.PHONY: $(UNIT_TEST_DIRS)
|
||||||
$(UNIT_TEST_DIRS):
|
$(UNIT_TEST_DIRS):
|
||||||
|
Loading…
Reference in New Issue
Block a user