diff options
Diffstat (limited to 'rt')
-rw-r--r-- | rt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/Makefile b/rt/Makefile index 7b374f2073..c1a0fdeb46 100644 --- a/rt/Makefile +++ b/rt/Makefile @@ -39,6 +39,8 @@ librt-routines = $(aio-routines) \ $(timer-routines) \ $(shm-routines) $(mq-routines) +$(librt-routines-var) = \ + tests := tst-shm tst-timer tst-timer2 \ tst-aio tst-aio64 tst-aio2 tst-aio3 tst-aio4 tst-aio5 tst-aio6 \ tst-aio7 tst-aio8 tst-aio9 tst-aio10 \ |