From 605c7c1bafc72b0cc3a6ee6110abf8676b6b287f Mon Sep 17 00:00:00 2001 From: Sverker Eriksson Date: Wed, 25 Jan 2012 20:49:55 +0100 Subject: test: Force emulator/test/mtx_SUITE to rebuild NIF library This will prevent test to fail when switching between opt and debug emulator. --- erts/emulator/test/mtx_SUITE_data/Makefile.src | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'erts/emulator/test') diff --git a/erts/emulator/test/mtx_SUITE_data/Makefile.src b/erts/emulator/test/mtx_SUITE_data/Makefile.src index b6c843269c..37eb1daa72 100644 --- a/erts/emulator/test/mtx_SUITE_data/Makefile.src +++ b/erts/emulator/test/mtx_SUITE_data/Makefile.src @@ -27,4 +27,11 @@ LIBS = @ERTS_LIBS@ all: $(NIF_LIBS) +mtx_SUITE.c: force_rebuild + touch mtx_SUITE.c + +force_rebuild: + echo "Force rebuild to compensate for emulator type dependencies" + + @SHLIB_RULES@ -- cgit v1.2.3