blob: 876caa12f4afc7e22419394135d3de2bac5aa0e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
GO_LIBRARY()
LICENSE(BSD-3-Clause)
SRCS(
arith_decl.go
fermat.go
fft.go
scan.go
)
GO_TEST_SRCS(
calibrate_test.go
fermat_test.go
fft_test.go
scan_test.go
)
END()
RECURSE(gotest)
|