Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7d83a5e

Browse files
committed
The variable TESTPATH should be initialized to empty.
The test code is now accessed as a package.
1 parent ce67f06 commit 7d83a5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/Setup.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ DESTPATH=
7171
SITEPATH=
7272

7373
# Standard path components for test modules
74-
TESTPATH=:test
74+
TESTPATH=
7575

7676
# Path components for machine- or system-dependent modules and shared libraries
7777
MACHDEPPATH=:plat-$(MACHDEP)

0 commit comments

Comments
 (0)