Browse Source

Do not pass loader in testsuite

Samuel Thibault 12 years ago
parent
commit
c3252a39ac
1 changed files with 3 additions and 2 deletions
  1. 3 2
      tests/Makefile.am

+ 3 - 2
tests/Makefile.am

@@ -231,7 +231,8 @@ noinst_PROGRAMS +=				\
 	datawizard/reclaim
 endif
 
-noinst_PROGRAMS +=				\
+noinst_nulldir=/tmp
+noinst_null_PROGRAMS =				\
 	$(LOADER)
 
 examplebin_PROGRAMS = \
@@ -241,7 +242,7 @@ examplebin_SCRIPTS = \
 	microbenchs/tasks_size_overhead.gp \
 	microbenchs/tasks_size_overhead.sh
 
-check_PROGRAMS = $(noinst_PROGRAMS)
+check_PROGRAMS = $(noinst_PROGRAMS) $(noinst_2_PROGRAMS)
 
 #######################
 # Source files        #