mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 08:36:28 +03:00
8 lines
130 B
Bash
Executable File
8 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
[ "${srcdir}" ] || srcdir=.
|
|
|
|
# run functional tests
|
|
# cd "${srcdir}/"
|
|
${srcdir}/testframe.sh ${srcdir}/functests
|