mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-07 06:25:06 -05:00
test: add tests for system adjtime() and ntp_adjtime()
Include a test program to determine how the adjtime() implementation behaves. Check the range of supported offset, support for readonly operation, and slew rate with different update intervals and offsets. Also, add a test for ntp_adjtime() to check what frequency range it supports.
This commit is contained in:
7
test/kernel/Makefile
Normal file
7
test/kernel/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
CFLAGS=-O2 -Wall
|
||||
PROGS=adjtime ntpadjtime
|
||||
|
||||
all: $(PROGS)
|
||||
|
||||
clean:
|
||||
rm -f $(PROGS)
|
||||
Reference in New Issue
Block a user