21313968 Hookup system-tests for elinks
authorRich Burridge <rich.burridge@oracle.com>
Wed, 24 Jun 2015 15:49:28 -0700
changeset 4544 9f3bdd024d26
parent 4542 19af26421f90
child 4545 538c0aeae836
21313968 Hookup system-tests for elinks
components/elinks/Makefile
--- a/components/elinks/Makefile	Wed Jun 24 12:04:18 2015 -0700
+++ b/components/elinks/Makefile	Wed Jun 24 15:49:28 2015 -0700
@@ -65,6 +65,15 @@
 	http://www.cameronmoll.com/mobile/mkp/pg4.html
 COMPONENT_TEST_TARGETS =
 
+COMPONENT_SYSTEM_TEST_DIR =
+COMPONENT_SYSTEM_TEST_CMD = /usr/bin/elinks
+COMPONENT_SYSTEM_TEST_ARGS = -dump \
+	http://www.cameronmoll.com/mobile/mkp/pg1.html \
+	http://www.cameronmoll.com/mobile/mkp/pg2.html \
+	http://www.cameronmoll.com/mobile/mkp/pg3.html \
+	http://www.cameronmoll.com/mobile/mkp/pg4.html
+COMPONENT_SYSTEM_TEST_TARGETS =
+
 ASLR_MODE = $(ASLR_ENABLE)
 
 # common targets
@@ -76,7 +85,7 @@
 
 test:		$(TEST_64)
 
-system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
+system-test:    $(SYSTEM_TEST_64)
 
 
 REQUIRED_PACKAGES += compress/bzip2