Makefile 278 B

123456789101112
  1. # uClibc pwd_grp tests
  2. # Licensed under the GNU Library General Public License, see COPYING.LIB
  3. TESTS := test_pwd test_grp pwcat grcat getgroups
  4. include ../Test.mak
  5. DODIFF_test_pwd := 1
  6. DODIFF_test_grp := 1
  7. DODIFF_pwcat := 1
  8. DODIFF_grcat := 1
  9. DODIFF_getgroups := 1