Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
mongoose
Commits
c3057df3
Commit
c3057df3
authored
Feb 08, 2019
by
Deomid Ryabkov
Committed by
Cesanta Bot
Feb 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mongoose CI test
CL: none PUBLISHED_FROM=9510e460251c250cb6a67a40edc0af515044f9fe
parent
0b2e474d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
test/Makefile
+3
-3
No files found.
test/Makefile
View file @
c3057df3
...
...
@@ -9,7 +9,9 @@ SRC_DIR = ../src
COMMON_DIR_PUB
=
../src/common
COMMON_DIR_DEV
=
../../common
ifneq
(
"$(wildcard ../../fw/defs)"
,
""
)
# Our dev repo and public mongoose repo have different layouts, so here
# we make it work on both
ifneq
(
"$(wildcard ../../fw)"
,
""
)
COMMON_PARENT
=
../..
else
COMMON_PARENT
=
$(SRC_DIR)
...
...
@@ -19,8 +21,6 @@ TEST_SOURCES = unit_test.c test_util.c test_main.c
AMALGAMATED_SOURCES
=
../mongoose.c
KRYPTON_PATH
=
$(REPO_ROOT)
/krypton
# Our dev repo and public mongoose repo have different layouts, so here
# we make it work on both
VPATH
=
$(MONGOOSE_DIR)
$(SRC_DIR)
$(COMMON_DIR_PUB)
$(COMMON_DIR_DEV)
$(COMMON_PARENT)
# or Krypton, or mbedTLS
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment