aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-08-22 15:59:13 -0700
committerGanesh Viswanathan <dev@genotrance.com>2019-10-02 15:29:55 -0500
commit5b0a5ab14611f0f562ae96c75ee5d7ca634ae2ea (patch)
tree8a5c5303a9ed4ee4cae20a898f4f51b322d10e28 /tests
parentc3734587a174ea2fc7e19943e6d11d024f06e091 (diff)
downloadnimterop-5b0a5ab14611f0f562ae96c75ee5d7ca634ae2ea.tar.gz
nimterop-5b0a5ab14611f0f562ae96c75ee5d7ca634ae2ea.zip
Rename git to build
Diffstat (limited to 'tests')
-rw-r--r--tests/tpcre.nim2
-rw-r--r--tests/tsoloud.nim2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/tpcre.nim b/tests/tpcre.nim
index 705525f..5588850 100644
--- a/tests/tpcre.nim
+++ b/tests/tpcre.nim
@@ -1,6 +1,6 @@
import os
-import nimterop/[cimport, git, paths]
+import nimterop/[cimport, build, paths]
const
baseDir = nimteropBuildDir()/"pcre"
diff --git a/tests/tsoloud.nim b/tests/tsoloud.nim
index f46dd10..12966a8 100644
--- a/tests/tsoloud.nim
+++ b/tests/tsoloud.nim
@@ -1,4 +1,4 @@
-import os, nimterop/[cimport, git, paths]
+import os, nimterop/[cimport, build, paths]
const
baseDir = nimteropBuildDir()/"soloud"