This website works better with JavaScript.
Home
Help
Register
Sign In
buff
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
adding option to run tests in debugger
doc_update_sequoia
Volker Birk
4 years ago
parent
338db2d576
commit
4f66d85287
2 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
Makefile.conf
+2
-2
test/Makefile
+ 3
- 0
Makefile.conf
View File
@ -115,3 +115,6 @@
# Example:
# EXTRA_MACROS=-DDEFAULT_KEYSERVER=\"default-server.org\" -DCRASHDUMP_DEFAULT_LINES=23
#EXTRA_MACROS=
# add this for running tests in debugger
#TEST_DEBUGGER=lldb --batch -o r
+ 2
- 2
test/Makefile
View File
@ -100,7 +100,7 @@ endif
test_home_
:
.PHONY
:
t
e
s
t_home_
.PHONY
:
scrip
ts
scripts
:
i
f
d
e
f
P
Y
_
E
N
V
$(
PY_ENV
)
genscripts.py
@ -108,7 +108,7 @@ endif
.PHONY
:
test
test
:
all
./
$(
TARGET
)
$(
TEST_DEBUGGER
)
./
$(
TARGET
)
.PHONY
:
clean
clean
:
Write
Preview
Loading…
Cancel
Save