blob: dbb87e56264ce0fb918999132c222ef0cb0d8033 [file] [log] [blame]
Alexey Dobriyan9cd65652018-04-10 16:31:45 -07001CFLAGS += -Wall -O2
2
3TEST_GEN_PROGS :=
Alexey Dobriyan5de3d402018-04-10 16:42:23 -07004TEST_GEN_PROGS += proc-loadavg-001
Alexey Dobriyan35318db2018-04-10 16:41:14 -07005TEST_GEN_PROGS += proc-self-map-files-001
6TEST_GEN_PROGS += proc-self-map-files-002
Alexey Dobriyanc4219ed2018-04-10 16:31:48 -07007TEST_GEN_PROGS += proc-self-syscall
Alexey Dobriyan9cd65652018-04-10 16:31:45 -07008TEST_GEN_PROGS += proc-self-wchan
Alexey Dobriyan1f5bd052018-04-10 16:43:28 -07009TEST_GEN_PROGS += proc-uptime-001
10TEST_GEN_PROGS += proc-uptime-002
Alexey Dobriyan05c3f292018-04-10 16:46:19 -070011TEST_GEN_PROGS += read
Alexey Dobriyan9cd65652018-04-10 16:31:45 -070012
13include ../lib.mk