[almanah] Tests: Removed "gtest" prefix in VFS tests
- From: Álvaro Peña <alvaropg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [almanah] Tests: Removed "gtest" prefix in VFS tests
- Date: Fri, 19 Jun 2015 15:01:08 +0000 (UTC)
commit f3d3feb6886fec85a1dc6940e89397e2374802ba
Author: Álvaro Peña <alvaropg gmail com>
Date: Fri Jun 19 16:54:59 2015 +0200
Tests: Removed "gtest" prefix in VFS tests
https://bugzilla.gnome.org/show_bug.cgi?id=659500
tests/Makefile.am | 7 ++++---
tests/{gtests_vfs.c => vfs.c} | 0
2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 383e14f..e2ad97d 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,4 +1,5 @@
-TESTS = almanah_gtests
+TESTS = \
+ vfs
CFLAGS = \
@@ -10,7 +11,7 @@ LDADD = \
noinst_PROGRAMS = $(TESTS)
-almanah_gtests_SOURCES = \
+vfs_SOURCES = \
../src/vfs.h \
../src/vfs.c \
- gtests_vfs.c
+ vfs.c
diff --git a/tests/gtests_vfs.c b/tests/vfs.c
similarity index 100%
rename from tests/gtests_vfs.c
rename to tests/vfs.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]