diff options
Diffstat (limited to 'tests')
-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: |