components/erlang/Makefile
changeset 4762 4d5e4d2893b8
parent 4339 6501cf9c29f9
child 4901 fef592cf5ac7
--- a/components/erlang/Makefile	Mon Aug 10 12:52:35 2015 -0700
+++ b/components/erlang/Makefile	Mon Aug 10 14:28:29 2015 -0700
@@ -108,6 +108,9 @@
 	'-e "s|/ldisk/tests|XXX_UID_XXX|g" ' \
 	'-e "/XXX_UID_XXX/d" '
 
+COMPONENT_SYSTEM_TEST_ENV +=		ERL_TOP=$(BUILD_DIR_64)
+COMPONENT_SYSTEM_TEST_TARGETS =	tests
+
 ASLR_MODE = $(ASLR_ENABLE)
 
 configure:	$(CONFIGURE_64)
@@ -122,7 +125,7 @@
 
 test:	$(TEST_64)
 
-system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
+system-test:	configure $(SYSTEM_TEST_64)
 
 REQUIRED_PACKAGES += library/ncurses
 REQUIRED_PACKAGES += library/security/openssl