From c3415a27d77f302be4f41d5f9bbcdf7c0dd3e80a Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Thu, 8 Oct 2015 11:00:02 -0700 Subject: [PATCH] copy server.dll too? --- tests/testament/categories.nim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim index 57b28620e4..d9fafaf7fc 100644 --- a/tests/testament/categories.nim +++ b/tests/testament/categories.nim @@ -82,6 +82,8 @@ proc runBasicDLLTest(c, r: var TResults, cat: Category, options: string) = when defined(Windows): # windows looks in the dir of the exe (yay!): + var serverDll = DynlibFormat % "server" + safeCopyFile("lib" / serverDll, "tests/dll" / serverDll) var nimrtlDll = DynlibFormat % "nimrtl" safeCopyFile("lib" / nimrtlDll, "tests/dll" / nimrtlDll) else: