make-rules/shared-macros.mk
changeset 4339 6501cf9c29f9
parent 4302 0825b6328b45
child 4359 93edfb908c2a
--- a/make-rules/shared-macros.mk	Thu May 21 08:56:12 2015 -0700
+++ b/make-rules/shared-macros.mk	Thu May 21 13:48:49 2015 -0700
@@ -910,6 +910,11 @@
 test-nothing:
 	@echo "There are no tests available at this time."
 
+# If the system tests are not implemented yet
+SYSTEM_TESTS_NOT_IMPLEMENTED = no-sys-tests
+no-sys-tests:
+	@echo "The system test target is not yet implemented."
+
 # There are tests, but we're skipping them.
 SKIP_TEST =	skip-test
 skip-test: