Makefile 271 B

1234567891011
  1. # uClibc stdlib tests
  2. # Licensed under the GNU Library General Public License, see COPYING.LIB
  3. TESTS := ptytest qsort testatexit teston_exit teststrtol
  4. include ../Test.mak
  5. DODIFF_qsort := 1
  6. DODIFF_testatexit := 1
  7. DODIFF_teston_exit := 1
  8. DODIFF_teststrtol := 1