Kaynağa Gözat

[LibOS/shim/test] Rename .*.c files to .c files

Isaku Yamahata 4 yıl önce
ebeveyn
işleme
a1c534ec56

+ 3 - 3
LibOS/shim/test/benchmark/.gitignore

@@ -1,7 +1,7 @@
 /fork_latency
 /manifest
-/rpc_latency.libos
-/rpc_latency2.libos
+/rpc_latency
+/rpc_latency2
 /sig_latency
 /start
-/test_start.m
+/test_start

+ 5 - 5
LibOS/shim/test/benchmark/Makefile

@@ -8,12 +8,12 @@ include ../../../../Scripts/Makefile.Test
 
 ifeq ($(findstring x86_64,$(SYS))$(findstring linux,$(SYS)),x86_64linux)
 
-CFLAGS-rpc_latency.libos += $(CFLAGS-libos)
-CFLAGS-rpc_latency2.libos += $(CFLAGS-libos)
+CFLAGS-rpc_latency += $(CFLAGS-libos)
+CFLAGS-rpc_latency2 += $(CFLAGS-libos)
 
-LDLIBS-rpc_latency.libos += -llibos
-LDLIBS-rpc_latency2.libos += -llibos
-LDLIBS-test_start.m += -lm
+LDLIBS-rpc_latency += -llibos
+LDLIBS-rpc_latency2 += -llibos
+LDLIBS-test_start += -lm
 
 $(c_executables): %: %.c
 	$(call cmd,csingle)

+ 0 - 0
LibOS/shim/test/benchmark/rpc_latency.libos.c → LibOS/shim/test/benchmark/rpc_latency.c


+ 0 - 0
LibOS/shim/test/benchmark/rpc_latency2.libos.c → LibOS/shim/test/benchmark/rpc_latency2.c


+ 0 - 0
LibOS/shim/test/benchmark/test_start.m.c → LibOS/shim/test/benchmark/test_start.c


+ 13 - 13
LibOS/shim/test/native/Makefile

@@ -9,19 +9,19 @@ include ../../../../Scripts/Makefile.Test
 
 ifeq ($(findstring x86_64,$(SYS))$(findstring linux,$(SYS)),x86_64linux)
 
-CFLAGS-msg_create.libos += $(CFLAGS-libos)
-CFLAGS-msg_send.libos += $(CFLAGS-libos)
-
-LDLIBS-condvar.pthread += -lpthread
-LDLIBS-futextest.pthread += -lpthread
-LDLIBS-get_time.m += -lm
-LDLIBS-helloworld.pthread += -lpthread
-LDLIBS-msg_create.libos += -llibos
-LDLIBS-msg_send.libos += -llibos
-LDLIBS-sqrt.m += -lm
-LDLIBS-start.pthread.m += -lpthread -lm
-LDLIBS-sync.pthread += -lpthread
-LDLIBS-test_start_pthread_m.m += -lm
+CFLAGS-msg_create_libos += $(CFLAGS-libos)
+CFLAGS-msg_send_libos += $(CFLAGS-libos)
+
+LDLIBS-condvar += -lpthread
+LDLIBS-futextest += -lpthread
+LDLIBS-get_time += -lm
+LDLIBS-helloworld_pthread += -lpthread
+LDLIBS-msg_create_libos += -llibos
+LDLIBS-msg_send_libos += -llibos
+LDLIBS-sqrt += -lm
+LDLIBS-start += -lpthread -lm
+LDLIBS-sync += -lpthread
+LDLIBS-test_start_pthread_m += -lm
 
 $(c_executables): %: %.c
 	$(call cmd,csingle)

+ 0 - 0
LibOS/shim/test/native/condvar.pthread.c → LibOS/shim/test/native/condvar.c


+ 0 - 0
LibOS/shim/test/native/futextest.pthread.c → LibOS/shim/test/native/futextest.c


+ 0 - 0
LibOS/shim/test/native/get_time.m.c → LibOS/shim/test/native/get_time.c


+ 0 - 0
LibOS/shim/test/native/helloworld.pthread.c → LibOS/shim/test/native/helloworld_pthread.c


+ 0 - 0
LibOS/shim/test/native/msg_create.libos.c → LibOS/shim/test/native/msg_create_libos.c


+ 0 - 0
LibOS/shim/test/native/msg_send.libos.c → LibOS/shim/test/native/msg_send_libos.c


+ 0 - 0
LibOS/shim/test/native/sqrt.m.c → LibOS/shim/test/native/sqrt.c


+ 0 - 0
LibOS/shim/test/native/start.pthread.m.c → LibOS/shim/test/native/start.c


+ 0 - 0
LibOS/shim/test/native/sync.pthread.c → LibOS/shim/test/native/sync.c


+ 0 - 0
LibOS/shim/test/native/test_start_pthread_m.m.c → LibOS/shim/test/native/test_start_pthread_m.c