mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04: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
|