mirror of
https://github.com/pseXperiments/icicle.git
synced 2026-01-09 15:37:58 -05:00
Update READMEs and docs (#303)
--------- Co-authored-by: Jeremy Felder <jeremy.felder1@gmail.com>
This commit is contained in:
committed by
Jeremy Felder
parent
5f7b36d427
commit
31108ee31d
@@ -6,7 +6,8 @@
|
||||
mkdir -p build;
|
||||
cmake -DBUILD_TESTS=ON -DCURVE=<support_curve> -S . -B build;
|
||||
cmake --build build;
|
||||
./build/runner --gtest_brief=1;
|
||||
cd build && ctest;
|
||||
cd ..
|
||||
```
|
||||
|
||||
The command above will build ICICLE Core and run the ctest.
|
||||
|
||||
Reference in New Issue
Block a user