| TESTS = get_nets \ | |
| get_ports \ | |
| get_cells \ | |
| get_pins \ | |
| get_count \ | |
| selection_to_tcl_list | |
| UNIT_TESTS = trim_name | |
| include $(shell pwd)/../../Makefile_test.common | |
| get_nets_verify = $(call diff_test,get_nets,txt) | |
| get_ports_verify = $(call diff_test,get_ports,txt) | |
| get_cells_verify = $(call diff_test,get_cells,txt) | |
| get_pins_verify = $(call diff_test,get_pins,txt) | |
| get_count_verify = true | |
| selection_to_tcl_list_verify = $(call diff_test,selection_to_tcl_list,txt) |