| Index: nacl/build.scons
|
| diff --git a/nacl/build.scons b/nacl/build.scons
|
| index ddec06a8000c681bdd7cfe49f8fb9bfd3ca83134..4fe94633b1564375358edde45ba146eadae98603 100644
|
| --- a/nacl/build.scons
|
| +++ b/nacl/build.scons
|
| @@ -34,9 +34,10 @@ nacl_env.Append(CPPPATH=['include'],
|
|
|
|
|
|
|
| -benchmark_sources = ['binarytrees.cc', 'fannkuchredux.c', 'fasta.c',
|
| - 'revcomp.c', 'knucleotide.c', 'nbody.c',
|
| - 'pidigits.c', 'spectralnorm.c']
|
| +benchmark_sources = ['binarytrees.cc', 'fannkuchredux.c', 'fasta.c',
|
| + 'revcomp.c', 'knucleotide.c', 'nbody.c',
|
| + 'pidigits.c', 'spectralnorm.c', 'richards.c',
|
| + 'deltablue.c']
|
| framework_sources = ['bench-framework.c', 'benchstringio.c', 'fasta_10k_ref_output.c']
|
| sources = benchmark_sources + framework_sources
|
|
|
|
|