blob: 28aeb54457be2a8d68058db78b458c37099a0c40 (
plain)
1
2
3
4
5
6
7
8
|
# uClibc-ng crypt tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
EXTRA_LDFLAGS := -lcrypt
OPTS_crypt = < crypt.input
WRAPPER := env TIMEOUTFACTOR=50
|