Project

General

Profile

« Previous | Next » 

Revision 1694

input.Makefile: Removed no longer needed "ifneq ($(wildcard test/),)" guard around Testing section because all inputs now have a test subdir

View differences:

input.Makefile
246 246

  
247 247
##### Testing
248 248

  
249
ifneq ($(wildcard test/),)
250

  
251 249
hasOwnRef = $(filter-out %.2-step.xml,$@)
252 250
testRef = $(1:.2-step.xml=.xml).ref
253 251

  
......
300 298
%-ok: _always
301 299
	$(CP) $* $(call testRef,$*)
302 300

  
303
else
304
test: _always ;
305
endif
306

  
307 301
##### Input-type-specific
308 302

  
309 303
# Each input type needs var $(mapEnv) and targets install, uninstall

Also available in: Unified diff