mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-11 08:54:34 -05:00
9 lines
268 B
Bash
9 lines
268 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
GTESTFILTER='--gtest_filter=libretroshare_services.*'
|
||
|
#GTESTFILTER='--gtest_filter=libretroshare_services.GXS_nxs_basic*'
|
||
|
#GTESTOUTPUT='--gtest_output "xml:test_results.xml"'
|
||
|
|
||
|
echo ./unittests $GTESTOUTPUT $GTESTFILTER
|
||
|
./unittests $GTESTOUTPUT $GTESTFILTER
|