[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] GSoC-2017-kushal e557397 69/70: Making a source file and mod
From: |
Kushal K S V S |
Subject: |
[freetype2] GSoC-2017-kushal e557397 69/70: Making a source file and modifying make clean |
Date: |
Sun, 18 Mar 2018 11:21:20 -0400 (EDT) |
branch: GSoC-2017-kushal
commit e55739740efe69e2b18555650204644ba14aba0e
Author: Kushal K S V S <address@hidden>
Commit: Kushal K S V S <address@hidden>
Making a source file and modifying make clean
---
.DS_Store | Bin 0 -> 8196 bytes
tests/.DS_Store | Bin 0 -> 6148 bytes
tests/Makefile | 2 +-
tests/bitmap.c | 4 ++--
tests/runme.sh | 6 +++---
5 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 0000000..ba68274
Binary files /dev/null and b/.DS_Store differ
diff --git a/tests/.DS_Store b/tests/.DS_Store
new file mode 100644
index 0000000..f5fac57
Binary files /dev/null and b/tests/.DS_Store differ
diff --git a/tests/Makefile b/tests/Makefile
index 8ae2c22..b9cd740 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 a8d1894..9891752 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 a0eea1b..6b4e359 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] GSoC-2017-kushal e557397 69/70: Making a source file and modifying make clean,
Kushal K S V S <=