summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-14 09:21:48 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-14 09:21:48 +0800
commit777246ed4d138c7919d0dcc47dd3c1a893cd2fba (patch)
treeb070bf3a81cf1c875b2ff1d4d7d0cb6eb606b4ef
parent3ecf905622ed9a33f5e3387bb535e9da152a7857 (diff)
Rename test file and binary
-rw-r--r--.gitignore2
-rw-r--r--Makefile.am8
-rw-r--r--main.c (renamed from test.c)0
3 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index b8cc4af..20500ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,5 +18,5 @@ configure
depcomp
install-sh
missing
+rtclienttest
stamp-h1
-test
diff --git a/Makefile.am b/Makefile.am
index 27ceecd..b4caab6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ librtclient_a_SOURCES = \
rtclient/rtclient.h \
rtclient.c
-bin_PROGRAMS = test
-test_SOURCES = test.c
-test_LDADD = librtclient.a
-test_LDFLAGS = -lcurl
+bin_PROGRAMS = rtclienttest
+rtclienttest_SOURCES = main.c
+rtclienttest_LDADD = librtclient.a
+rtclienttest_LDFLAGS = -lcurl
diff --git a/test.c b/main.c
index 6dd385c..6dd385c 100644
--- a/test.c
+++ b/main.c