From a3c885e41bc188051f8918f090be998469018bca Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Fri, 20 Sep 2013 12:23:02 -0700 Subject: Use the One Makefile to build them all This changes the names of the built binaries: login-server -> tmwa-login char-server -> tmwa-char map-server -> tmwa-map ladmin -> tmwa-admin eathena-monitor -> tmwa-monitor It also gets rid of the 'deps.make' file. --- src/tests/main.cpp | 7 ------- src/tests/test.cpp | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 src/tests/main.cpp create mode 100644 src/tests/test.cpp (limited to 'src/tests') diff --git a/src/tests/main.cpp b/src/tests/main.cpp deleted file mode 100644 index 96d7200..0000000 --- a/src/tests/main.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include - -int main(int argc, char **argv) -{ - ::testing::InitGoogleTest(&argc, argv); - return RUN_ALL_TESTS(); -} diff --git a/src/tests/test.cpp b/src/tests/test.cpp new file mode 100644 index 0000000..96d7200 --- /dev/null +++ b/src/tests/test.cpp @@ -0,0 +1,7 @@ +#include + +int main(int argc, char **argv) +{ + ::testing::InitGoogleTest(&argc, argv); + return RUN_ALL_TESTS(); +} -- cgit v1.2.3-60-g2f50