xref: /haiku/src/tests/libs/gnu/Jamfile (revision 8728f4797fcb3e99b6e1ec2629efbf4119c37497)
1SubDir HAIKU_TOP src tests libs gnu ;
2
3UseHeaders [ FDirName $(HAIKU_TOP) headers compatibility gnu ] : true ;
4SubDirC++Flags [ FDefines _GNU_SOURCE=1 ] ;
5
6SimpleTest sched_getcpu_test : sched_getcpu_test.cpp : libgnu.so ;
7SimpleTest sched_affinity_test : sched_affinity_test.cpp : libgnu.so ;
8
9
10