summaryrefslogtreecommitdiff
path: root/tests/make_bitmap/runme.sh
diff options
context:
space:
mode:
authorKushal K S V S <kkushal32@gmail.com>2017-07-07 02:23:45 +0530
committerKushal K S V S <kkushal32@gmail.com>2017-07-07 02:23:45 +0530
commit4f5f083dc68dc6f0896e8da529590e88101c3c19 (patch)
tree712aa30f78cb71b26aac34523c955ec67d3dddb1 /tests/make_bitmap/runme.sh
parent49c0d825023c69e9731a76bf8b4256dc27a1301d (diff)
downloadfreetype2-4f5f083dc68dc6f0896e8da529590e88101c3c19.tar.gz
Put it all in tests folderksvsk_test
Diffstat (limited to 'tests/make_bitmap/runme.sh')
-rwxr-xr-xtests/make_bitmap/runme.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/make_bitmap/runme.sh b/tests/make_bitmap/runme.sh
new file mode 100755
index 000000000..4243ea5d7
--- /dev/null
+++ b/tests/make_bitmap/runme.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+gcc example1.c bitmap.c murmur3.c -Wall -I /usr/local/include/freetype2/ -lfreetype -o example1
+gcc example2.c bitmap.c murmur3.c -Wall -I /usr/local/include/freetype2/ -lfreetype -o example2
+