test: Fix typo in makefile 59/238659/1
authorJunsuChoi <jsuya.choi@samsung.com>
Thu, 16 Jul 2020 05:58:35 +0000 (14:58 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 16 Jul 2020 05:58:35 +0000 (14:58 +0900)
' -> `

Change-Id: Iafacfb78d8f788ef302e5ad7f1a1d9cfbd380ffb

test/makefile

index ef9e28a..e1a8afb 100644 (file)
@@ -18,4 +18,4 @@ all:
        gcc -o testGradientTransform testGradientTransform.cpp -g -lstdc++ `pkg-config --cflags --libs elementary thorvg`
        gcc -o testSvg testSvg.cpp -g -lstdc++ `pkg-config --cflags --libs elementary thorvg`
        gcc -o testAsync testAsync.cpp -g -lstdc++ `pkg-config --cflags --libs elementary thorvg`
-       gcc -o testCapi testCapi.c -g 'pkg-config --cflags --libs elementary thorvg`
+       gcc -o testCapi testCapi.c -g `pkg-config --cflags --libs elementary thorvg`