aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/test/nif_SUITE_data/Makefile.src
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-03-15 17:19:59 +0100
committerLukas Larsson <[email protected]>2016-03-29 14:57:12 +0200
commit0138a122226b770749218abd77a2931977af5a47 (patch)
tree1416e98d39b964d51ecf87a4abd7c0b4305219e2 /erts/emulator/test/nif_SUITE_data/Makefile.src
parent1c630ab8793425aed1e487d25c71b8bbd9325e8b (diff)
downloadotp-0138a122226b770749218abd77a2931977af5a47.tar.gz
otp-0138a122226b770749218abd77a2931977af5a47.tar.bz2
otp-0138a122226b770749218abd77a2931977af5a47.zip
erts: Fix windows nif port tests
Diffstat (limited to 'erts/emulator/test/nif_SUITE_data/Makefile.src')
-rw-r--r--erts/emulator/test/nif_SUITE_data/Makefile.src3
1 files changed, 1 insertions, 2 deletions
diff --git a/erts/emulator/test/nif_SUITE_data/Makefile.src b/erts/emulator/test/nif_SUITE_data/Makefile.src
index ab4ff77add..fbb8978771 100644
--- a/erts/emulator/test/nif_SUITE_data/Makefile.src
+++ b/erts/emulator/test/nif_SUITE_data/Makefile.src
@@ -4,8 +4,7 @@ NIF_LIBS = nif_SUITE.1@dll@ \
nif_mod.2@dll@ \
nif_mod.3@dll@
-all: $(NIF_LIBS) basic@dll@ rwlock@dll@ tsd@dll@
-
+all: $(NIF_LIBS) basic@dll@ rwlock@dll@ tsd@dll@ echo_drv@dll@
@SHLIB_RULES@