src/test/Makefile.am
changeset 545 367929c61461
parent 542 69bde1d90c04
child 567 efaa79ee8d14
     1.1 --- a/src/test/Makefile.am	Thu May 06 14:00:50 2004 +0000
     1.2 +++ b/src/test/Makefile.am	Thu May 06 14:11:09 2004 +0000
     1.3 @@ -1,8 +1,9 @@
     1.4  AM_CPPFLAGS = -I$(top_srcdir)/src
     1.5  
     1.6 -check_PROGRAMS = graph_test
     1.7 +check_PROGRAMS = graph_test time_measure
     1.8  
     1.9  TESTS = $(check_PROGRAMS)
    1.10  XFAIL_TESTS =
    1.11  
    1.12  graph_test_SOURCES = graph_test.cc
    1.13 +time_measure_SOURCES = time_measure.cc
    1.14 \ No newline at end of file