This website works better with JavaScript.
Home
Help
Register
Sign In
dvn
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
91
Wiki
Activity
Browse Source
added *_test_gdb target, hgignored garbage in build_linux
strl-imp
Edouard Tisserant
6 years ago
parent
8d980bfef4
commit
233428ff7e
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.hgignore
+3
-0
test/Makefile
+ 1
- 0
.hgignore
View File
@ -27,6 +27,7 @@ ws
build-android/pEpEngine-android-1.zip
build-android/third-party
build-android/pEpEngine-android-1
build-linux/*
*.dSYM*
*_test
msg4.asc
+ 3
- 0
test/Makefile
View File
@ -35,6 +35,9 @@ test: pEpEngineTest
%_test_lldb
:
%
_test
LD_LIBRARY_PATH
=
~/lib:../src lldb ./$<
%_test_gdb
:
%
_test
LD_LIBRARY_PATH
=
~/lib:../src gdb ./$<
unit_tests
:
$(
UNIT_TESTS
)
$(
UNIT_TESTS_RUN
)
install
:
Write
Preview
Loading…
Cancel
Save