]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - pkgs/core/cpio/cpio.nm
Add STAGE_TEST to serveral files.
[people/ms/ipfire-3.x.git] / pkgs / core / cpio / cpio.nm
index 6ddd494cd4b21d9c727f09fc26f9a0b26a57f749..7ecbe7ea868ef8d166dd15b926b7c0e3659a8d4f 100644 (file)
@@ -64,3 +64,7 @@ define STAGE_BUILD
 
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
 endef
+
+define STAGE_TEST
+        cd $(DIR_APP) && make check
+endef