Revision 1694
Added by Aaron Marcuse-Kubitza almost 13 years ago
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
input.Makefile: Removed no longer needed "ifneq ($(wildcard test/),)" guard around Testing section because all inputs now have a test subdir