Move generic isPrint and columnWidth implementations to a separate header/source...
[oota-llvm.git] / unittests / Makefile.unittest
index 580ad7d71918fe289a07264b7cb2e84b3326f2fc..bd32aed4b0a2e4c39a8f5521ce04ab815b253b29 100644 (file)
@@ -34,7 +34,7 @@ ifneq ($(HAVE_PTHREAD), 1)
   CPP.Flags += -DGTEST_HAS_PTHREAD=0
 endif
 
-TESTLIBS = -lGoogleTest -lUnitTestMain
+TESTLIBS = -lgtest -lgtest_main
 
 ifeq ($(ENABLE_SHARED), 1)
   ifneq (,$(RPATH))