diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-10 17:39:28 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-06-10 17:39:28 +0800 |
commit | 910a9fb5e4c5770c8212ee3a5e895a2434361a72 (patch) | |
tree | 7a34b6c90db2316d13a3bd5616612688158b8dd0 | |
parent | 3f96d8c84f7362b1800fcc8fdf3d0395ec265ca5 (diff) |
Deactivate test
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 5ba54b0..2814636 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,9 +34,9 @@ pkginclude_HEADERS += \ icclient/admin.h endif -if !WASM -bin_PROGRAMS = testicclient -testicclient_SOURCES = main.c client.c catalog.c product.c request.c -testicclient_CPPFLAGS = -I${prefix}/include $(DEPS_CFLAGS) -testicclient_LDFLAGS = $(DEPS_LIBS) -lcurl -endif +#if !WASM +#bin_PROGRAMS = testicclient +#testicclient_SOURCES = main.c client.c catalog.c product.c request.c +#testicclient_CPPFLAGS = -I${prefix}/include $(DEPS_CFLAGS) +#testicclient_LDFLAGS = $(DEPS_LIBS) -lcurl +#endif |