blob: db310eedc26874f76b43ab3034424b07adf24318 [file] [log] [blame]
Alexey Dobriyanb2f5de02018-06-07 17:10:20 -07001CFLAGS += -Wall -O2 -Wno-unused-function
Alexey Dobriyan9cd65652018-04-10 16:31:45 -07002
3TEST_GEN_PROGS :=
Alexey Dobriyanb2f5de02018-06-07 17:10:20 -07004TEST_GEN_PROGS += fd-001-lookup
5TEST_GEN_PROGS += fd-002-posix-eq
6TEST_GEN_PROGS += fd-003-kthread
Alexey Dobriyan5de3d402018-04-10 16:42:23 -07007TEST_GEN_PROGS += proc-loadavg-001
Alexey Dobriyan35318db2018-04-10 16:41:14 -07008TEST_GEN_PROGS += proc-self-map-files-001
9TEST_GEN_PROGS += proc-self-map-files-002
Alexey Dobriyanc4219ed2018-04-10 16:31:48 -070010TEST_GEN_PROGS += proc-self-syscall
Alexey Dobriyan9cd65652018-04-10 16:31:45 -070011TEST_GEN_PROGS += proc-self-wchan
Alexey Dobriyan1f5bd052018-04-10 16:43:28 -070012TEST_GEN_PROGS += proc-uptime-001
13TEST_GEN_PROGS += proc-uptime-002
Alexey Dobriyan05c3f292018-04-10 16:46:19 -070014TEST_GEN_PROGS += read
Alexey Dobriyan9cd65652018-04-10 16:31:45 -070015
16include ../lib.mk