From 2d8843d2a04377182fb3b790e02265940c88b1a4 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Sun, 20 Jun 2010 14:15:46 +0200 Subject: [PATCH] test: Convert test to C (from C++) --- frsh_api/tests/Makefile.omk | 2 +- frsh_api/tests/{negotiation.cc => negotiation.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename frsh_api/tests/{negotiation.cc => negotiation.c} (100%) diff --git a/frsh_api/tests/Makefile.omk b/frsh_api/tests/Makefile.omk index 7b6a9c5..c0e20ac 100644 --- a/frsh_api/tests/Makefile.omk +++ b/frsh_api/tests/Makefile.omk @@ -2,7 +2,7 @@ CFLAGS += -DWVTEST_CONFIGURED wvtest_SCRIPTS += negotiation.sh test_PROGRAMS += negotiation -negotiation_SOURCES = negotiation.cc +negotiation_SOURCES = negotiation.c negotiation_LIBS = wvtest test_PROGRAMS += spare_capacity diff --git a/frsh_api/tests/negotiation.cc b/frsh_api/tests/negotiation.c similarity index 100% rename from frsh_api/tests/negotiation.cc rename to frsh_api/tests/negotiation.c -- 2.39.2