From 4fb73e6d8ff153743cff7c5385ee36a13dc3deec Mon Sep 17 00:00:00 2001 From: narimiran Date: Fri, 22 Feb 2019 14:09:08 +0100 Subject: [PATCH] fix nimble package tests --- testament/important_packages.nim | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index da43e34159..36437b8254 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -36,16 +36,15 @@ pkg "nimgame2", "nim c nimgame2/nimgame.nim", "", true pkg "nimongo", "nimble test_ci", "", true pkg "nimpy", "nim c -o:nimpyy nimpy.nim" pkg "nimsl", "nim c test.nim" -pkg "nimsvg", "nim c src/nimsvg.nim" +pkg "nimsvg" pkg "nimx", "nim c --threads:on test/main.nim", "", true pkg "parsetoml" pkg "patty" pkg "plotly", "nim c examples/all.nim", "", true pkg "protobuf", "nim c -o:protobuff src/protobuf.nim", "", true pkg "regex", "nim c src/regex" -pkg "rosencrantz" +pkg "rosencrantz", "nim c -o:rsncntz rosencrantz.nim" pkg "sdl1", "nim c src/sdl.nim" pkg "sdl2_nim", "nim c sdl2/sdl.nim" pkg "stint", "nim c -o:stintt stint.nim" pkg "zero_functional", "nim c test.nim" -