bookmarkfs/tests/lib_watcher.at
CismonX 9da346753d
test: misc refactor
- Repeat simple tests that may fail upon multiple invocations.
- ...
2025-03-28 14:29:18 +08:00

23 lines
526 B
Text

dnl
dnl Copyright (C) 2025 CismonX <admin@cismon.net>
dnl
dnl Copying and distribution of this file, with or without modification,
dnl are permitted in any medium without royalty,
dnl provided the copyright notice and this notice are preserved.
dnl This file is offered as-is, without any warranty.
dnl
AT_SETUP([util lib: file watcher])
AT_KEYWORDS([lib watcher])
ATX_CHECK_LIB([
tmpdir=./$(ath_fn_rand_u64_hex).tmp.d
mkdir $tmpdir
ATX_RUN([
check-util-lib watcher $tmpdir
])
])
AT_CLEANUP