Changeset 3454


Ignore:
Timestamp:
Dec 9, 2015, 9:29:30 AM (8 years ago)
Author:
Peter
Message:

closes #838

Location:
trunk
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/Makefile.am

    r3448 r3454  
    5252  test/codon.test test/commandline.test \
    5353  test/concept.test \
    54   test/consensus_inputranker.test test/data_lookup_1d.test  \
     54  test/consensus_inputranker.test \
     55  test/copy_k_of_n.test \
     56  test/data_lookup_1d.test  \
    5557  test/data_weight.test test/data_weight_proxy.test \
    5658  test/deleter.test \
  • trunk/yat/random/Makefile.am

    r2932 r3454  
    33# Copyright (C) 2005, 2006 Jari Häkkinen
    44# Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson
    5 # Copyright (C) 2009, 2010, 2012 Peter Johansson
     5# Copyright (C) 2009, 2010, 2012, 2015 Peter Johansson
    66#
    77# This file is part of the yat library, http://dev.thep.lu.se/yat
     
    2222yat_libyat_la_SOURCES += yat/random/random.cc
    2323
     24nobase_include_HEADERS += $(srcdir)/yat/random/copy_k_of_n.h
    2425nobase_include_HEADERS += $(srcdir)/yat/random/random.h
Note: See TracChangeset for help on using the changeset viewer.