make-rules/shared-macros.mk
changeset 4339 6501cf9c29f9
parent 4302 0825b6328b45
child 4359 93edfb908c2a
equal deleted inserted replaced
4336:e0e4b5ad6cb9 4339:6501cf9c29f9
   908 # If there are no tests to execute
   908 # If there are no tests to execute
   909 NO_TESTS =	test-nothing
   909 NO_TESTS =	test-nothing
   910 test-nothing:
   910 test-nothing:
   911 	@echo "There are no tests available at this time."
   911 	@echo "There are no tests available at this time."
   912 
   912 
       
   913 # If the system tests are not implemented yet
       
   914 SYSTEM_TESTS_NOT_IMPLEMENTED = no-sys-tests
       
   915 no-sys-tests:
       
   916 	@echo "The system test target is not yet implemented."
       
   917 
   913 # There are tests, but we're skipping them.
   918 # There are tests, but we're skipping them.
   914 SKIP_TEST =	skip-test
   919 SKIP_TEST =	skip-test
   915 skip-test:
   920 skip-test:
   916 	@echo "Skipping tests"
   921 	@echo "Skipping tests"
   917 
   922