diff options
author | Aman Gupta <aman@tmm1.net> | 2015-10-08 11:00:02 -0700 |
---|---|---|
committer | Aman Gupta <aman@tmm1.net> | 2015-10-08 11:00:02 -0700 |
commit | c3415a27d77f302be4f41d5f9bbcdf7c0dd3e80a (patch) | |
tree | 5d0eb9f331a65ab1302105de90fdb43d0b6069a0 /tests/testament | |
parent | a1750bd43189bb36f5e461df139b7b1a5b4c6b5c (diff) | |
download | Nim-c3415a27d77f302be4f41d5f9bbcdf7c0dd3e80a.tar.gz |
copy server.dll too?
Diffstat (limited to 'tests/testament')
-rw-r--r-- | tests/testament/categories.nim | 2 |
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: |