summaryrefslogtreecommitdiff
path: root/google_compute_engine_oslogin/utils/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'google_compute_engine_oslogin/utils/run_tests.sh')
-rwxr-xr-xgoogle_compute_engine_oslogin/utils/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/google_compute_engine_oslogin/utils/run_tests.sh b/google_compute_engine_oslogin/utils/run_tests.sh
index b68248f..83adcdc 100755
--- a/google_compute_engine_oslogin/utils/run_tests.sh
+++ b/google_compute_engine_oslogin/utils/run_tests.sh
@@ -14,6 +14,6 @@
# limitations under the License.
# Unit tests require gtest to be installed.
-g++ -o test_runner oslogin_utils_test.cc oslogin_utils.cc -I/usr/include/json-c -lcurl -ljson -lgtest -lpthread
+g++ -o test_runner oslogin_utils_test.cc oslogin_utils.cc -I/usr/include/json-c -lcurl -ljson-c -lgtest -lpthread
./test_runner
rm ./test_runner