|
@@ -1,6 +1,6 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
-# Copyright (C) 2009-2011 Université de Bordeaux 1
|
|
|
+# Copyright (C) 2009-2012 Université de Bordeaux 1
|
|
|
# Copyright (C) 2010, 2011, 2012 Centre National de la Recherche Scientifique
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -69,7 +69,8 @@ endif
|
|
|
|
|
|
examplebindir = $(libdir)/starpu/examples/starpufft
|
|
|
examplebin_PROGRAMS = \
|
|
|
- examples/testf
|
|
|
+ examples/testf \
|
|
|
+ examples/test
|
|
|
|
|
|
check_PROGRAMS = examples/testf
|
|
|
examples_testf_LDADD = libstarpufft-@STARPU_EFFECTIVE_VERSION@.la $(top_builddir)/src/libstarpu-@STARPU_EFFECTIVE_VERSION@.la $(FFTWF_LIBS)
|