mirror of
https://github.com/sbrow/thor.git
synced 2026-08-26 11:23:32 -04:00
build: Added thor as a nix package.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#+test
|
||||
package main
|
||||
|
||||
import "core:testing"
|
||||
|
||||
@(test)
|
||||
test_true :: proc(t: ^testing.T) {
|
||||
testing.expect(t, true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user