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
To execute the target code tests, you can run `testAll.sh` or `cd` into `_test` and run `go test ./...` from there. ATTENTION: These tests run a significant long time (many minutes depending on your machine), because the **Go** - **C** border is crossed very often.
1467
-
The last tests can last quite a while, depending on your machine.
1480
+
* Afterwards you should find an executable `trice` inside `~/go/bin`.
1481
+
* Extend PATH variable with `~/go/bin` **OR** copy the Trice binary from there into a folder of your path.
ok github.com/rokath/trice/internal/charDecoder 0.407s
1519
+
ok github.com/rokath/trice/internal/com 1.148s
1520
+
ok github.com/rokath/trice/internal/decoder 0.412s [no tests to run]
1521
+
? github.com/rokath/trice/internal/do [no test files]
1522
+
ok github.com/rokath/trice/internal/dumpDecoder 0.388s
1523
+
ok github.com/rokath/trice/internal/emitter 0.431s
1524
+
ok github.com/rokath/trice/internal/id 0.421s
1525
+
ok github.com/rokath/trice/internal/keybcmd 0.431s
1526
+
ok github.com/rokath/trice/internal/link 0.404s
1527
+
ok github.com/rokath/trice/internal/receiver 0.409s
1528
+
ok github.com/rokath/trice/internal/tleDecoder 0.398s
1529
+
? github.com/rokath/trice/internal/translator [no test files]
1530
+
ok github.com/rokath/trice/internal/trexDecoder 0.391s
1531
+
ok github.com/rokath/trice/pkg/cipher 0.377s
1532
+
ok github.com/rokath/trice/pkg/endian 0.302s
1533
+
ok github.com/rokath/trice/pkg/msg 0.299s
1534
+
ok github.com/rokath/trice/pkg/tst 0.406s
1535
+
```
1475
1536
1476
-
After installing Go, in your home folder should exist a folder ./go/bin. Please add it to your path variable. OR: Copy the Trice binary from there into a folder of your path after creating it with `go install ./cmd/trice/...`
1537
+
* To execute the target code tests, you can run `testAll.sh` or `cd` into `_test` and run `go test ./...` from there. ATTENTION: These tests run a significant long time (many minutes depending on your machine), because the **Go** - **C** border is crossed very often.
1477
1538
1478
1539
<p align="right">(<a href="#top">back to top</a>)</p>
1479
1540
@@ -6837,46 +6898,3 @@ Configure `TriceAssert` like macros and this works also with the `-salias` switc
6837
6898
6838
6899
<p align="right">(<a href="#top">back to top</a>)</p>
0 commit comments