Changeset 75

Show
Ignore:
Timestamp:
09/16/05 14:55:14 (3 years ago)
Author:
conrad
Message:

build tests, 'make check' again works on jhash and dictionary

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • blossom/trunk/src/libblossom/Makefile.am

    r73 r75  
    3232libblossom_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@ 
    3333 
    34 noinst_PROGRAMS = xini-test 
     34TESTS = jhash-test dictionary-test 
     35 
     36noinst_PROGRAMS = xini-test $(TESTS) 
    3537 
    3638xini_test_SOURCES = xini-test.c 
    3739xini_test_LDADD = libblossom.la 
    3840 
    39 ##TESTS = jhash-test 
    40 ##TESTS = xini-test 
    41 ##TESTS = dictionary-test 
     41jhash_test_SOURCES = jhash-test.c 
     42jhash_test_LDADD = libblossom.la 
    4243 
    43 ##noinst_PROGRAMS = $(TESTS) 
    44  
    45 ##jhash_test_SOURCES = jhash-test.c jhash.c 
    46  
    47 ##dictionary_test_SOURCES = dictionary-test.c dictionary.c x_tree.c jhash.c 
     44dictionary_test_SOURCES = dictionary-test.c 
     45dictionary_test_LDADD = libblossom.la