summary refs log tree commit diff stats
path: root/tests/testament
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2015-10-08 11:00:02 -0700
committerAman Gupta <aman@tmm1.net>2015-10-08 11:00:02 -0700
commitc3415a27d77f302be4f41d5f9bbcdf7c0dd3e80a (patch)
tree5d0eb9f331a65ab1302105de90fdb43d0b6069a0 /tests/testament
parenta1750bd43189bb36f5e461df139b7b1a5b4c6b5c (diff)
downloadNim-c3415a27d77f302be4f41d5f9bbcdf7c0dd3e80a.tar.gz
copy server.dll too?
Diffstat (limited to 'tests/testament')
-rw-r--r--tests/testament/categories.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim
index 57b28620e..d9fafaf7f 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: