aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-09-21 10:22:24 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commitbf42a3fe559b53b62db9c6363efbec612804dbe7 (patch)
tree9b499988832a053d7efc275e97f9803b2f5d6f5b /README.md
parent0415b7bef504b41b43672b3e153bbe260f2cc055 (diff)
Add support for running zig tests
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d32a934..98cd766 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@ Sibs is still in very early testing phase, should only be used if you want to to
Sibs is inspired by [Cargo](https://github.com/rust-lang/cargo/), you can think of it like a C/C++/Zig version of Cargo.
Zig support has not been tested properly yet and currently always links to c library and requires a C/C++ compiler to build (for linking).
+You can run zig tests with `sibs test --file filepath` or `sibs test --all-files`.
+Currently zig tests are cached because ninja build system is used, which means if source files do not change between runs,
+then tests wont run. This should be fixed later...
The CMakeLists.txt is only for development purpose and only compiles on linux.