aboutsummaryrefslogtreecommitdiffstats
path: root/erts/test/Makefile
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2010-08-31 11:37:58 +0200
committerPatrik Nyblom <[email protected]>2010-09-10 14:24:42 +0200
commit61b3f9abf28ba87e6042423192685e9d426dd040 (patch)
tree612152e5c0d78737cf5d20642e9ee1dfcf177aaf /erts/test/Makefile
parente4e6be433e024a54d7b1e465d90f95769a5f910c (diff)
downloadotp-61b3f9abf28ba87e6042423192685e9d426dd040.tar.gz
otp-61b3f9abf28ba87e6042423192685e9d426dd040.tar.bz2
otp-61b3f9abf28ba87e6042423192685e9d426dd040.zip
Add testcase for autoimport and the erlang.xml doc consistency
Diffstat (limited to 'erts/test/Makefile')
-rw-r--r--erts/test/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/erts/test/Makefile b/erts/test/Makefile
index 796403e182..94458da019 100644
--- a/erts/test/Makefile
+++ b/erts/test/Makefile
@@ -28,6 +28,7 @@ EBIN = .
# ----------------------------------------------------
MODULES= \
+ autoimport_SUITE \
erlc_SUITE \
install_SUITE \
nt_SUITE \
@@ -38,12 +39,14 @@ MODULES= \
erlexec_SUITE \
z_SUITE
+ERL_XML = $(ERL_TOP)/erts/doc/src/erlang.xml
+ERL_XML_TARGET = autoimport_SUITE_data/erlang.xml
ERL_FILES= $(MODULES:%=%.erl)
TARGET_FILES = $(MODULES:%=$(EBIN)/%.$(EMULATOR))
-EXTRA_FILES = install_SUITE_data/install_bin
+EXTRA_FILES = install_SUITE_data/install_bin $(ERL_XML_TARGET)
# ----------------------------------------------------
# Release directory specification
@@ -65,6 +68,10 @@ install_SUITE_data/install_bin: ../../make/install_bin
rm -f $@
cp -p $< $@
+$(ERL_XML_TARGET): $(ERL_XML)
+ rm -f $@
+ cp -p $< $@
+
clean:
rm -f $(TARGET_FILES) $(EXTRA_FILES)
rm -f core *~