summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal K S V S <kkushal32@gmail.com>2018-03-18 20:39:18 +0530
committerKushal K S V S <kkushal32@gmail.com>2018-03-18 20:40:45 +0530
commite55739740efe69e2b18555650204644ba14aba0e (patch)
tree9e8261cd3bc7e818f3dac37f50118dd888cb7c16
parent3087c10f542e56dab0a554684d75f67156b9dded (diff)
downloadfreetype2-e55739740efe69e2b18555650204644ba14aba0e.tar.gz
Making a source file and modifying make clean
-rw-r--r--.DS_Storebin0 -> 8196 bytes
-rw-r--r--tests/.DS_Storebin0 -> 6148 bytes
-rw-r--r--tests/Makefile2
-rw-r--r--tests/bitmap.c4
-rwxr-xr-xtests/runme.sh6
5 files changed, 6 insertions, 6 deletions
diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 000000000..ba68274dd
--- /dev/null
+++ b/.DS_Store
Binary files differ
diff --git a/tests/.DS_Store b/tests/.DS_Store
new file mode 100644
index 000000000..f5fac57ee
--- /dev/null
+++ b/tests/.DS_Store
Binary files differ
diff --git a/tests/Makefile b/tests/Makefile
index 8ae2c229c..b9cd740f3 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -17,4 +17,4 @@ tests: $(SRC_SPRITE)
.PHONY: clean force
clean:
- -rm -f *.o
+ -rm -rf *.o html/top.html html/pages
diff --git a/tests/bitmap.c b/tests/bitmap.c
index a8d189452..98917527e 100644
--- a/tests/bitmap.c
+++ b/tests/bitmap.c
@@ -659,8 +659,8 @@ void Print_Head( FILE* fp ){
<title>\n\
Glyph_Diff\n\
</title>\n\
- <script src=\"../../../../../scripts/top.js\" type=\"text/javascript\"></script>\n\
- <link href=\"../../../../../styles/top.css\" rel=\"stylesheet\" type=\"text/css\" >\n\
+ <script src=\"../../../../../source/scripts/top.js\" type=\"text/javascript\"></script>\n\
+ <link href=\"../../../../../source/styles/top.css\" rel=\"stylesheet\" type=\"text/css\" >\n\
</head>\n\
<body>\n\
<button onclick=\"topFunction()\" id=\"myBtn\" title=\"Go to top\">Top</button>\n\
diff --git a/tests/runme.sh b/tests/runme.sh
index a0eea1b73..6b4e35980 100755
--- a/tests/runme.sh
+++ b/tests/runme.sh
@@ -23,8 +23,8 @@ echo "
<!DOCTYPE html>
<head>
<title> FreeType Test Framework </title>
- <script type=\"text/javascript\" src =\"scripts/top.js\" ></script>
- <link rel=\"stylesheet\" type=\"text/css\" href=\"styles/top.css\">
+ <script type=\"text/javascript\" src =\"source/scripts/top.js\" ></script>
+ <link rel=\"stylesheet\" type=\"text/css\" href=\"source/styles/top.css\">
</head>
<html>
<body onload=\"change()\">
@@ -34,7 +34,7 @@ echo "
</p>
</div>
<iframe id=\"frame_1\" name=\"frame_1\" src=\"\" ></iframe>
- <iframe id=\"frame_2\" name=\"frame_2\" src=\"diff.html\" ></iframe>">./html/top.html
+ <iframe id=\"frame_2\" name=\"frame_2\" src=\"source/diff.html\" ></iframe>">./html/top.html
#####################################################################
# Filling html/top.html file with links to all the index.html files.
for i in $FT_TEST_DPI; do