test: Add basic SYNC tests.

I couldn't find any, and I was modifying the implementation, so I had
to write some.  I would like the test to end with a "make sure there
weren't any stray unchecked errors", but I didn't figure out how to do
that.

v2: Extend sync tests to cover alarm delta and waitvalue changes.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Eric Anholt
2017-09-18 17:34:31 -07:00
committed by Adam Jackson
parent 3336291fc6
commit 5cbfa27654
4 changed files with 316 additions and 1 deletions

View File

@@ -22,3 +22,5 @@ if get_option('xvfb')
)
endif
endif
subdir('sync')