Commit a975b233 a975b233f4448cc3b60c63cebda3f0536a8d3022 by Sergey Poznyakoff

Enable testsuite subdir.

1 parent 21476083
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
3 # See file COPYING in the distribution root directory for copying conditions. 3 # See file COPYING in the distribution root directory for copying conditions.
4 4
5 INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib 5 INCLUDES = -I${top_srcdir}/include -I${top_srcdir}/lib
6 # SUBDIRS = testsuite 6 SUBDIRS = testsuite
7 bin_PROGRAMS = sieve 7 bin_PROGRAMS = sieve
8 8
9 sieve_SOURCES = sieve.c 9 sieve_SOURCES = sieve.c
......