Fix memmem to avoid O(n^2) worst-case complexity.
[pspp] / modules / memmem-tests
1 Files:
2 tests/test-memmem.c
3
4 Depends-on:
5
6 configure.ac:
7
8 Makefile.am:
9 TESTS += test-memmem
10 TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
11 check_PROGRAMS += test-memmem
12