-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dimitri Rusin
committed
May 7, 2024
1 parent
ac0b9b7
commit c72571d
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
|
||
|
||
|
||
|
||
```sh | ||
pip install -e . && python -m unittest | ||
cmake --build . --target test_ioh && ./tests/test_ioh | ||
|
||
rm -rf build | ||
mkdir build | ||
cd build | ||
cmake .. | ||
|
||
cmake --build . --target test_dynamic_bin_val && ./tests/test_dynamic_bin_val | ||
``` | ||
|
||
```sh | ||
git restore --source other-branch --worktree -- path/to/your/file | ||
git restore --source workstory --worktree -- workstory.md | ||
``` |