Project

General

Profile

« Previous | Next » 

Revision 3663

input.Makefile: Testing: Removed VegBIEN.%.xml test because the import.%.xml test output includes the template tree that it's inserting, so there is no need to generate the XML tree in a separate test. This will also remove the need to maintain local XML functions that have already been translated to DB functions for the sole purpose of this automated test.

View differences:

input.Makefile
376 376
exit $$e;}
377 377
endef
378 378

  
379
test2File = $(call runTest,$(map))
380 379
test2Db = $(call runTest,$(map2db))
381 380

  
382 381
tests :=
383 382

  
384
test/VegBIEN.%.xml: maps/VegBIEN.%.csv _always
385
	$(test2File)
386
tests += test/VegBIEN.%.xml
387

  
388 383
test/import.%.xml: maps/VegBIEN.%.csv _always
389 384
	$(test2Db)
390 385
tests += test/import.%.xml

Also available in: Unified diff