diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 09:21:48 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 09:21:48 +0800 |
commit | 777246ed4d138c7919d0dcc47dd3c1a893cd2fba (patch) | |
tree | b070bf3a81cf1c875b2ff1d4d7d0cb6eb606b4ef | |
parent | 3ecf905622ed9a33f5e3387bb535e9da152a7857 (diff) |
Rename test file and binary
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile.am | 8 | ||||
-rw-r--r-- | main.c (renamed from test.c) | 0 |
3 files changed, 5 insertions, 5 deletions
@@ -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 |