Commit ce12e67
Fix test.sh to work with CMake build system
Updated paths and commands:
- Build directory: build/local -> build-local
- CMake commands: use build-local consistently
- Library path: pass build-local/lib/libparcagpucupti.so to test
- LD_LIBRARY_PATH: point to build-local/lib for mocks
Removed references to old Zig build (zig-out) and multi-version
build structure (build/$CUDA_MAJOR/$ARCH).
Test now works with simplified CMake-based build.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 58f77cc commit ce12e67
1 file changed
+7
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | | - | |
59 | | - | |
| 58 | + | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments