Update READMEs and docs (#303)

---------

Co-authored-by: Jeremy Felder <jeremy.felder1@gmail.com>
This commit is contained in:
ImmanuelSegol
2023-12-19 08:17:30 -05:00
committed by Jeremy Felder
parent 5f7b36d427
commit 31108ee31d

View File

@@ -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.