1 # SPDX-License-Identifier: GPL-2.0-only
3 tests-y
+= helpers-test
5 tests-y
+= ipchksum-test
8 helpers-test-srcs
+= tests
/commonlib
/bsd
/helpers-test.c
10 gcd-test-srcs
+= tests
/commonlib
/bsd
/gcd-test.c
11 gcd-test-srcs
+= src
/commonlib
/bsd
/gcd.c
13 ipchksum-test-srcs
+= tests
/commonlib
/bsd
/ipchksum-test.c
14 ipchksum-test-srcs
+= src
/commonlib
/bsd
/ipchksum.c
16 string-test-srcs
+= tests
/commonlib
/bsd
/string-test.c
17 string-test-srcs
+= src
/commonlib
/bsd
/string.c