Skip to content

Commit 170ade8

Browse files
committed
build: fix duplicated zchk target
IOPC zchk target was conflicting with the global zchk. Change-Id: I36d3f56cb6df26bf8800d0780a3f0a3166d24d1b Priv-Id: 9fc9ca8e5bf55e93ce1d35a8771273e064f1c543
1 parent dd77723 commit 170ade8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/iopc/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/*.pyc
2-
/zchk
2+
/zchk-iopc

tests/iopc/ZFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
z-iopc.py
2-
zchk
2+
zchk-iopc

tests/iopc/wscript_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ from waflib.Build import BuildContext
2121
ctx: BuildContext
2222

2323

24-
ctx.program(target='zchk', source='zchk.c',
24+
ctx.program(target='zchk-iopc', source='zchk.c',
2525
use=['libiopsq', 'libiopc', 'tstiop', 'libcommon'])

0 commit comments

Comments
 (0)