You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
# Overview of the build system
2
2
`datalog-cpp` uses the [CMake](www.cmake.org) build tool to generate build files for other build systems. Currently, building using clang and gcc with Makefiles are supported.
3
3
4
+
You `valgrind` installed to run memory checks: `sudo apt install valgrind`
5
+
6
+
To run all regression tests:
7
+
```
8
+
cd tests
9
+
./run_tests.sh
10
+
```
11
+
4
12
# Building with Makefiles
5
13
From the command line inside a git clone, run the following:
0 commit comments