Browse Source

tests: rename _starpu_worker_exists.c in starpu_worker_exists.c

Nathalie Furmento 13 years ago
parent
commit
de79918ae8
2 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Makefile.am
  2. 0 0
      tests/core/starpu_worker_exists.c

+ 1 - 1
tests/Makefile.am

@@ -132,7 +132,7 @@ noinst_PROGRAMS =				\
 	core/declare_deps_after_submission	\
 	core/declare_deps_after_submission_synchronous	\
 	core/get_current_task			\
-	core/_starpu_worker_exists              \
+	core/starpu_worker_exists               \
 	datawizard/acquire_cb			\
 	datawizard/acquire_cb_insert		\
 	datawizard/acquire_release		\

tests/core/_starpu_worker_exists.c → tests/core/starpu_worker_exists.c