Skip to content

Commit b80fbaf

Browse files
committed
alphabetical order in cmakelist and build
Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
1 parent e3b3a6c commit b80fbaf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/dbSta/test/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ ALL_TESTS = [
5858
"sdc_get1",
5959
"sdc_names1",
6060
"sdc_names2",
61+
"spef_def_names",
6162
"sta1",
6263
"sta2",
6364
"sta3",
6465
"sta4",
6566
"sta5",
66-
"spef_def_names",
6767
"write_sdc1",
6868
"write_verilog1",
6969
"write_verilog2",

src/dbSta/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ or_integration_tests(
4848
sdc_get1
4949
sdc_names1
5050
sdc_names2
51+
spef_def_names
5152
sta1
5253
sta2
5354
sta3
5455
sta4
5556
sta5
56-
spef_def_names
5757
write_sdc1
5858
write_verilog1
5959
write_verilog2

0 commit comments

Comments
 (0)