blob: e6362d35209f62f1c5f97f0b4a91858105a5fad9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# uClibc pwd_grp tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
DODIFF_test_pwd := 1
DODIFF_test_grp := 1
DODIFF_pwcat := 1
DODIFF_grcat := 1
DODIFF_getgroups := 1
|