This website requires JavaScript.
Explore
Oven
Feed
Help
Sign In
kayomn
/
ona
Watch
1
Star
0
Fork
You've already forked ona
0
Code
Issues
8
Pull Requests
Projects
4
Releases
Activity
a401de3bae
ona
/
src
/
tests.zig
5 lines
80 B
Zig
Raw
Normal View
History
Unescape
Escape
Reorganize and refactor project tooling
2022-10-17 13:20:35 +02:00
test
{
Fix typo in tests root
2022-10-23 19:15:48 +02:00
_
=
@import
(
"
./core/main.zig
"
)
;
Reorganize and refactor project tooling
2022-10-17 13:20:35 +02:00
_
=
@import
(
"
./ona/main.zig
"
)
;
}