aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/busy_port_SUITE_data/Makefile.src
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2012-10-22 15:44:59 +0200
committerRickard Green <[email protected]>2013-01-23 15:13:01 +0100
commite9764b843477d2a502560e3c696a1512b0eac009 (patch)
treef303358bcbe47b8efecb5da1c0bc3e1630b854c3 /erts/emulator/test/busy_port_SUITE_data/Makefile.src
parente3373f0602282040ae7a75b5b7ebbdcae2789c17 (diff)
downloadotp-e9764b843477d2a502560e3c696a1512b0eac009.tar.gz
otp-e9764b843477d2a502560e3c696a1512b0eac009.tar.bz2
otp-e9764b843477d2a502560e3c696a1512b0eac009.zip
Add testcases for strange port scheduling scenarios
Diffstat (limited to 'erts/emulator/test/busy_port_SUITE_data/Makefile.src')
-rw-r--r--erts/emulator/test/busy_port_SUITE_data/Makefile.src3
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/emulator/test/busy_port_SUITE_data/Makefile.src b/erts/emulator/test/busy_port_SUITE_data/Makefile.src
index 664909db71..b5fcf25176 100644
--- a/erts/emulator/test/busy_port_SUITE_data/Makefile.src
+++ b/erts/emulator/test/busy_port_SUITE_data/Makefile.src
@@ -17,9 +17,10 @@
# %CopyrightEnd%
#
-all: busy_drv@dll@ hard_busy_drv@dll@ soft_busy_drv@dll@
+all: busy_drv@dll@ hard_busy_drv@dll@ soft_busy_drv@dll@ scheduling_drv@dll@
@SHLIB_RULES@
hard_busy_drv@obj@: hard_busy_drv.c hs_busy_drv.c
soft_busy_drv@obj@: soft_busy_drv.c hs_busy_drv.c
+scheduling_drv@obj@: scheduling_drv.c