Project

General

Profile

« Previous | Next » 

Revision 11913

lib/runscripts/table.run: added test_() target and use it in remake_VegBIEN_mappings() (it would not be clear that remake_VegBIEN_mappings() runs the tests)

View differences:

table.run
99 99
EOF
100 100
}
101 101

  
102
test_() { echo_func; set_make_vars; piped_cmd yes|table_make test; }
103

  
102 104
remake_VegBIEN_mappings()
103 105
{
104 106
	echo_func; set_make_vars
105 107
	public_schema_exists || return 0
106 108
	if remaking; then in_top_dir rm -f map.csv; fi # remake it
107
	piped_cmd yes|table_make test
109
	test_
108 110
}
109 111

  
110 112
custom_postprocess() # overridable

Also available in: Unified diff