aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/port_SUITE_data/Makefile.src
diff options
context:
space:
mode:
authorPatrik Nyblom <[email protected]>2010-09-07 12:02:48 +0200
committerPatrik Nyblom <[email protected]>2010-09-13 10:51:53 +0200
commitac804e8bfc9c9cc28d708a38ac7be10a51ee7dc3 (patch)
tree61b92d0b7383050b27c9d19606d3c607a43344b3 /erts/emulator/test/port_SUITE_data/Makefile.src
parent2f2d4c6b2ed4eff518936bc4d6a3fac170876171 (diff)
downloadotp-ac804e8bfc9c9cc28d708a38ac7be10a51ee7dc3.tar.gz
otp-ac804e8bfc9c9cc28d708a38ac7be10a51ee7dc3.tar.bz2
otp-ac804e8bfc9c9cc28d708a38ac7be10a51ee7dc3.zip
Teach port suite to not use unix-specific commands and not leave them running
Diffstat (limited to 'erts/emulator/test/port_SUITE_data/Makefile.src')
-rw-r--r--erts/emulator/test/port_SUITE_data/Makefile.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/test/port_SUITE_data/Makefile.src b/erts/emulator/test/port_SUITE_data/Makefile.src
index d97b37c9ae..ff822ae720 100644
--- a/erts/emulator/test/port_SUITE_data/Makefile.src
+++ b/erts/emulator/test/port_SUITE_data/Makefile.src
@@ -3,7 +3,7 @@ LD = @LD@
CFLAGS = @CFLAGS@ -I@erl_include@ @DEFS@
CROSSLDFLAGS = @CROSSLDFLAGS@
-PROGS = port_test@exe@ echo_args@exe@
+PROGS = port_test@exe@ echo_args@exe@ dead_port@exe@
DRIVERS = echo_drv@dll@ exit_drv@dll@ failure_drv@dll@
all: $(PROGS) $(DRIVERS) port_test.@EMULATOR@