From 1da3983b7db55f506d0764888aabf8001736f98f Mon Sep 17 00:00:00 2001 From: Andres Lagar-Cavilla Date: Fri, 27 Jan 2012 18:23:42 +0000 Subject: tools: memshrtool: tool to test and exercise the sharing subsystem This is demo code meant to showcase how to perform sharing operations. It is useful for testing. [ Added appropriate lines to .hgignore and .gitignore -iwj ] Signed-off-by: Adin Scannell Signed-off-by: Andres Lagar-Cavilla Signed-off-by: Ian Jackson Committed-by: Ian Jackson --- .hgignore | 1 + 1 file changed, 1 insertion(+) (limited to '.hgignore') diff --git a/.hgignore b/.hgignore index 9d9264ad09..fd6cfaade0 100644 --- a/.hgignore +++ b/.hgignore @@ -221,6 +221,7 @@ ^tools/tests/regression/build/.*$ ^tools/tests/regression/downloads/.*$ ^tools/tests/xen-access/xen-access$ +^tools/tests/mem-sharing/memshrtool$ ^tools/vnet/Make.local$ ^tools/vnet/build/.*$ ^tools/vnet/gc$ -- cgit v1.2.3